COLOR #B9968C

HEX: #B9968C RGB: (185,150,140)

Color info

#B9968C contains red, green and blue colors in about the same proportion. Web safe color of #B9968C is #CC9999 (or #C99).

RGB color model

#B9968C color RGB value is (185,150,140).

RGB: (185,150,140) (73%, 59%, 55%)

RGB channels and saturation

R 185 of 255 = 73%
G 150 of 255 = 59%
B 140 of 255 = 55%

185
150
140

R + G + B ~ 62%. #B9968C is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 150 + 140 = 475 (100%)
R 185 of 475 ~ 38.95%
G 150 of 475 ~ 31.58%
B 140 of 475 ~ 29.47'%

%38.95
%31.58
%29.47

CMYK color model

#B9968C color CMYK value is (0,19,24,27).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 24.32%
  • key color value is 27.45%

CMYK: (0,19,24,27)
C0M19Y24K27 (0%, 19%, 24%, 27%)
(0.00 / 0.19 / 0.24 / 0.27)

CMYK percentages

%0
%18.92
%24.32
%27.45

Codes

Color #B9968C in popluar color models

B9 96 8C
RGB 185 150 140
HSL 13° 24.32% 63.73%
HSB/HSV 13° 24.32% 72.55%
CMYK 0.00% 18.92% 24.32%
27.45%

Color #B9968C in popluar number systems.

HEX B9 96 8C
Decimal 185 150 140
Binary 10111001 10010110 10001100
Octal 271 226 214

Shades and tints

Shades of #B9968C

#B9968C
(185,150,140)
#A98980
(169,137,128)
#997C74
(153,124,116)
#896F68
(137,111,104)
#79625C
(121,98,92)
#695550
(105,85,80)
#594844
(89,72,68)
#493B38
(73,59,56)
#392E2C
(57,46,44)
#292120
(41,33,32)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #B9968C

#B9968C
(185,150,140)
#BF9F96
(191,159,150)
#C5A8A0
(197,168,160)
#CBB1AA
(203,177,170)
#D1BAB4
(209,186,180)
#D7C3BE
(215,195,190)
#DDCCC8
(221,204,200)
#E3D5D2
(227,213,210)
#E9DEDC
(233,222,220)
#EFE7E6
(239,231,230)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9968C color. Also use rgb(185,150,140) instead hex code.

Text Font Color

.myTextColor { color: #B9968C; }

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

This text font color is #B9968C.

Background Color

.myBgColor { background-color: #B9968C; }

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

This div background color is #B9968C.

Border color

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

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

This div border color is #B9968C.

Opacity

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

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

Text with #B9968C 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 #B9968C;}

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

This text has shadow with #B9968C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9968C.

Preview

Color preview on black background

This text has color #B9968C on black background.


Color preview on white background

This text has color #B9968C on white background.


Black color preview on #B9968C background

This text has black color on #B9968C background.


White color preview on #B9968C background

This text has white color on #B9968C background.


Related colors

Complementary color

Complementary color for #hex is #466973.


I love getcolorcode.com

Triadic colors

1 #8CB996 and #968CB9 with #B9968C are triadic colors.

2 #8C96B9 and #96B98C with #B9968C are triadic colors.