COLOR #B8B49C

HEX: #B8B49C RGB: (184,180,156)

Color info

#B8B49C contains red, green and blue colors in about the same proportion. Web safe color of #B8B49C is #CCCC99 (or #CC9).

RGB color model

#B8B49C color RGB value is (184,180,156).

RGB: (184,180,156) (72%, 71%, 61%)

RGB channels and saturation

R 184 of 255 = 72%
G 180 of 255 = 71%
B 156 of 255 = 61%

184
180
156

R + G + B ~ 68%. #B8B49C is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 180 + 156 = 520 (100%)
R 184 of 520 ~ 35.38%
G 180 of 520 ~ 34.62%
B 156 of 520 ~ 30'%

%35.38
%34.62
%30

CMYK color model

#B8B49C color CMYK value is (0,2,15,28).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 15.22%
  • key color value is 27.84%

CMYK: (0,2,15,28)
C0M2Y15K28 (0%, 2%, 15%, 28%)
(0.00 / 0.02 / 0.15 / 0.28)

CMYK percentages

%0
%2.17
%15.22
%27.84

Codes

Color #B8B49C in popluar color models

B8 B4 9C
RGB 184 180 156
HSL 51° 16.47% 66.67%
HSB/HSV 51° 15.22% 72.16%
CMYK 0.00% 2.17% 15.22%
27.84%

Color #B8B49C in popluar number systems.

HEX B8 B4 9C
Decimal 184 180 156
Binary 10111000 10110100 10011100
Octal 270 264 234

Shades and tints

Shades of #B8B49C

#B8B49C
(184,180,156)
#A8A48E
(168,164,142)
#989480
(152,148,128)
#888472
(136,132,114)
#787464
(120,116,100)
#686456
(104,100,86)
#585448
(88,84,72)
#48443A
(72,68,58)
#38342C
(56,52,44)
#28241E
(40,36,30)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #B8B49C

#B8B49C
(184,180,156)
#BEBAA5
(190,186,165)
#C4C0AE
(196,192,174)
#CAC6B7
(202,198,183)
#D0CCC0
(208,204,192)
#D6D2C9
(214,210,201)
#DCD8D2
(220,216,210)
#E2DEDB
(226,222,219)
#E8E4E4
(232,228,228)
#EEEAED
(238,234,237)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B49C color. Also use rgb(184,180,156) instead hex code.

Text Font Color

.myTextColor { color: #B8B49C; }

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

This text font color is #B8B49C.

Background Color

.myBgColor { background-color: #B8B49C; }

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

This div background color is #B8B49C.

Border color

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

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

This div border color is #B8B49C.

Opacity

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

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

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

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

This text has shadow with #B8B49C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8B49C.

Preview

Color preview on black background

This text has color #B8B49C on black background.


Color preview on white background

This text has color #B8B49C on white background.


Black color preview on #B8B49C background

This text has black color on #B8B49C background.


White color preview on #B8B49C background

This text has white color on #B8B49C background.


Related colors

Complementary color

Complementary color for #hex is #474B63.


I love getcolorcode.com

Triadic colors

1 #9CB8B4 and #B49CB8 with #B8B49C are triadic colors.

2 #9CB4B8 and #B4B89C with #B8B49C are triadic colors.