COLOR #B96681

HEX: #B96681 RGB: (185,102,129)

Color info

#B96681 contains mainly red and blue colors. Web safe color of #B96681 is #CC6699 (or #C69).

RGB color model

#B96681 color RGB value is (185,102,129).

RGB: (185,102,129) (73%, 40%, 51%)

RGB channels and saturation

R 185 of 255 = 73%
G 102 of 255 = 40%
B 129 of 255 = 51%

185
102
129

R + G + B ~ 55%. #B96681 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 185 + 102 + 129 = 416 (100%)
R 185 of 416 ~ 44.47%
G 102 of 416 ~ 24.52%
B 129 of 416 ~ 31.01'%

%44.47
%24.52
%31.01

CMYK color model

#B96681 color CMYK value is (0,45,30,27).

  • cyan value is 0.00%
  • magenta value is 44.86%
  • yellow value is 30.27%
  • key color value is 27.45%

CMYK: (0,45,30,27)
C0M45Y30K27 (0%, 45%, 30%, 27%)
(0.00 / 0.45 / 0.30 / 0.27)

CMYK percentages

%0
%44.86
%30.27
%27.45

Codes

Color #B96681 in popluar color models

B9 66 81
RGB 185 102 129
HSL 340° 37.22% 56.27%
HSB/HSV 340° 44.86% 72.55%
CMYK 0.00% 44.86% 30.27%
27.45%

Color #B96681 in popluar number systems.

HEX B9 66 81
Decimal 185 102 129
Binary 10111001 1100110 10000001
Octal 271 146 201

Shades and tints

Shades of #B96681

#B96681
(185,102,129)
#A95D76
(169,93,118)
#99546B
(153,84,107)
#894B60
(137,75,96)
#794255
(121,66,85)
#69394A
(105,57,74)
#59303F
(89,48,63)
#492734
(73,39,52)
#391E29
(57,30,41)
#29151E
(41,21,30)
#190C13
(25,12,19)
#000000
(0,0,0)

Tints of #B96681

#B96681
(185,102,129)
#BF738C
(191,115,140)
#C58097
(197,128,151)
#CB8DA2
(203,141,162)
#D19AAD
(209,154,173)
#D7A7B8
(215,167,184)
#DDB4C3
(221,180,195)
#E3C1CE
(227,193,206)
#E9CED9
(233,206,217)
#EFDBE4
(239,219,228)
#F5E8EF
(245,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B96681 color. Also use rgb(185,102,129) instead hex code.

Text Font Color

.myTextColor { color: #B96681; }

<p style="color:#B96681">This sample text font color is #B96681.</p>

This text font color is #B96681.

Background Color

.myBgColor { background-color: #B96681; }

<div style="background-color:#B96681">Inner text</div>

This div background color is #B96681.

Border color

.myBorderColor { border: 1px solid #B96681; }

<div style="border:3px solid #B96681">Div</div>

This div border color is #B96681.

Opacity

.myOpacity80 { color: #B96681; opacity: 0.8; }

<p style="color:#B96681;opacity:0.8;">80%</p>

Text with #B96681 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B96681;}

<p style="text-shadow: 3px 3px 1px #B96681">Text here.</p>

This text has shadow with #B96681 color.


.textShadow {text-shadow: 3px 3px 1px #B96681', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B96681, 5px 5px 20px red">Text here.</p>

This text has shadow with #B96681 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B96681, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B96681, Direction=45, Strength=4)">Text</p>

This text has shadow with #B96681 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B96681;
-webkit-box-shadow: 1px 1px 3px 2px #B96681;
box-shadow: 1px 1px 3px 2px #B96681;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B96681; -webkit-box-shadow: 1px 1px 3px 2px #B96681; box-shadow:1px 1px 3px 2px #B96681;">
Div content here
</div>

This div box has shadow with color #B96681.

Preview

Color preview on black background

This text has color #B96681 on black background.


Color preview on white background

This text has color #B96681 on white background.


Black color preview on #B96681 background

This text has black color on #B96681 background.


White color preview on #B96681 background

This text has white color on #B96681 background.


Related colors

Complementary color

Complementary color for #hex is #46997E.


I love getcolorcode.com

Triadic colors

1 #81B966 and #6681B9 with #B96681 are triadic colors.

2 #8166B9 and #66B981 with #B96681 are triadic colors.