COLOR #B8968C

HEX: #B8968C RGB: (184,150,140)

Color info

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

RGB color model

#B8968C color RGB value is (184,150,140).

RGB: (184,150,140) (72%, 59%, 55%)

RGB channels and saturation

R 184 of 255 = 72%
G 150 of 255 = 59%
B 140 of 255 = 55%

184
150
140

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

Portions of RGB colors in percentages

R + G + B = 184 + 150 + 140 = 474 (100%)
R 184 of 474 ~ 38.82%
G 150 of 474 ~ 31.65%
B 140 of 474 ~ 29.54'%

%38.82
%31.65
%29.54

CMYK color model

#B8968C color CMYK value is (0,18,24,28).

  • cyan value is 0.00%
  • magenta value is 18.48%
  • yellow value is 23.91%
  • key color value is 27.84%

CMYK: (0,18,24,28)
C0M18Y24K28 (0%, 18%, 24%, 28%)
(0.00 / 0.18 / 0.24 / 0.28)

CMYK percentages

%0
%18.48
%23.91
%27.84

Codes

Color #B8968C in popluar color models

B8 96 8C
RGB 184 150 140
HSL 14° 23.66% 63.53%
HSB/HSV 14° 23.91% 72.16%
CMYK 0.00% 18.48% 23.91%
27.84%

Color #B8968C in popluar number systems.

HEX B8 96 8C
Decimal 184 150 140
Binary 10111000 10010110 10001100
Octal 270 226 214

Shades and tints

Shades of #B8968C

#B8968C
(184,150,140)
#A88980
(168,137,128)
#987C74
(152,124,116)
#886F68
(136,111,104)
#78625C
(120,98,92)
#685550
(104,85,80)
#584844
(88,72,68)
#483B38
(72,59,56)
#382E2C
(56,46,44)
#282120
(40,33,32)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #B8968C

#B8968C
(184,150,140)
#BE9F96
(190,159,150)
#C4A8A0
(196,168,160)
#CAB1AA
(202,177,170)
#D0BAB4
(208,186,180)
#D6C3BE
(214,195,190)
#DCCCC8
(220,204,200)
#E2D5D2
(226,213,210)
#E8DEDC
(232,222,220)
#EEE7E6
(238,231,230)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8968C; }

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

This text font color is #B8968C.

Background Color

.myBgColor { background-color: #B8968C; }

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

This div background color is #B8968C.

Border color

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

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

This div border color is #B8968C.

Opacity

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

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

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

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

This text has shadow with #B8968C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8968C.

Preview

Color preview on black background

This text has color #B8968C on black background.


Color preview on white background

This text has color #B8968C on white background.


Black color preview on #B8968C background

This text has black color on #B8968C background.


White color preview on #B8968C background

This text has white color on #B8968C background.


Related colors

Complementary color

Complementary color for #hex is #476973.


I love getcolorcode.com

Triadic colors

1 #8CB896 and #968CB8 with #B8968C are triadic colors.

2 #8C96B8 and #96B88C with #B8968C are triadic colors.