@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#b25176 hex color - Red - Warm color - Information

#b25176 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #b25176 Color code in RGB color code model is created after adding 69.8% red color, 31.76% green color and 46.27% blue color. Hex #b25176 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 54% magenta, 34% yellow and 30.2% black.

Hex #b25176 color code is between #aa5577 web safe hex color code and #bb4466 web safe hex color code. #aa5577 is the nearest web safe color code. You can see here many more shades of #b25176 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code b25176 #b25176
RGB Decimal 178, 81, 118 rgb(178, 81, 118)
RGB Percent 70%, 32%, 46% rgb(70%, 32%, 46%)
CSS RGBa 178, 81, 118,1 rgba(178,81,118,1)
CMYK Model cmyk(0%,54%,34%,30.2%)
HSL Color Space 337,39% ,51% hsl(337,39% ,51%)
HSV Color Space 337°, 54%, 70%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110010 01010001 01110110
Octal 262 121 166
Decimal 178 81 118
Hex b2 51 76

Different shades of #b25176 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #b25176
#c27492
Dark Shade of #b25176
#90405e
Saturated Shade of #b25176
#bf4473
Desaturated Shade of #b25176
#a55e79
Grey scale Shade of #b25176
#818181
Brighten Shade
#cb6a8f
Most Readable Shade
#FFFFFF

Shades of #b25176 color code

Generate more color scales with scales (color stack) generator.

#b25176
#9e4868
#8a3f5b
#76364e
#622d41
#4f2434
#3b1b27
#27121a
#13090d
#000000

Similar Color like #b25176 color

Find visually similar hex color codes nearing to #b25176 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#b35277
#b45378
#b55479
#b6557a
#b7567b
#b8577c
#b9587d
#ba597e
#bb5a7f
#bc5b80
#bd5c81
#be5d82
#bf5e83
#c05f84
#b15075
#b04f74
#af4e73
#ae4d72
#ad4c71
#ac4b70
#ab4a6f
#aa496e
#a9486d
#a8476c
#a7466b
#a6456a
#a54469
#a44368

Monochromatic Color with #b25176

#b25176
#dc6492
#080405
#321721
#5d2a3e
#873e5a

Tints of #b25176 Color

#b25176
#ba6485
#c37794
#cb8ba3
#d49eb2
#dcb1c2
#e5c5d1
#edd8e0
#f6ebef
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#b25176
#51b28d

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#b25176
#51b25c
#51a7b2

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#b2519d
#b25189
#b25176
#b25163
#b25351

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#b25176
#76b251
#5176b2

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#b25176
#a6b251
#51b28d
#5c51b2

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#b25176
#51b28d
#51a7b2
#b25c51

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #b25176 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#b25176 Color Code Preview on Black Background Color

This is how #b25176 Color will look on black background color. Color contrast ratio is 4.33

#b25176 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#b25176">Your Example Paragraph content text in with font color #b25176 </p>

Your Example Paragraph content text in with font color #b25176

HTML with inline CSS

<div style="color:#b25176">Your Paragraph text in with font color #b25176 </div>

Your Example Paragraph content text in with font color #b25176

#b25176 color code is use for CSS Background Color

Background color for the above div is #b25176

HTML with inline CSS

<div style="background-color:#b25176;"></div>

#b25176 color code is use for CSS Border Color

CSS Border color for the above div is #b25176

HTML with inline CSS

<div style="border:5px solid #b25176;"></div>

CSS Border Left color for the above div is #b25176

HTML with inline CSS

<div style="border-left:5px solid #b25176;"></div>

CSS Border Right color for the above div is #b25176

HTML with inline CSS

<div style="border-right:5px solid #b25176;"></div>

CSS Border Bottom color for the above div is #b25176

HTML with inline CSS

<div style="border-bottom:5px solid #b25176;"></div>

CSS Border Top color for the above div is #b25176

HTML with inline CSS

<div style="border-top:5px solid #b25176;"></div>

#b25176 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#b25176; } .examplecolorclass {color:#b25176; } .examplebordercolor {border:3px solid #b25176; }

#b25176 Color code Preview on White Background

This is how #b25176 Color code will look on white background color. Color contrast ratio is 4.85

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #b25176; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #b25176; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(178,81,118,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(81,178,141,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(178,81,118,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.