COLOR #B0B99A

HEX: #B0B99A RGB: (176,185,154)

Color info

#B0B99A contains red, green and blue colors in about the same proportion. Web safe color of #B0B99A is #99CC99 (or #9C9).

RGB color model

#B0B99A color RGB value is (176,185,154).

RGB: (176,185,154) (69%, 73%, 60%)

RGB channels and saturation

R 176 of 255 = 69%
G 185 of 255 = 73%
B 154 of 255 = 60%

176
185
154

R + G + B ~ 67%. #B0B99A is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 185 + 154 = 515 (100%)
R 176 of 515 ~ 34.17%
G 185 of 515 ~ 35.92%
B 154 of 515 ~ 29.9'%

%34.17
%35.92
%29.9

CMYK color model

#B0B99A color CMYK value is (5,0,17,27).

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 27.45%
CMYK: (5,0,17,27) C5M0Y17K27 (5%,0%,17%,27%) (0.05/0.00/0.17/0.27) 

CMYK percentages

%4.86
%0
%16.76
%27.45

Codes

Color #B0B99A in popluar color models

B0 B9 9A
RGB 176 185 154
HSL 77° 18.13% 66.47%
HSB/HSV 77° 16.76% 72.55%
CMYK 4.86% 0.00% 16.76%
27.45%

Color #B0B99A in popluar number systems.

HEX B0 B9 9A
Decimal 176 185 154
Binary 10110000 10111001 10011010
Octal 260 271 232

Shades and tints

Shades of #B0B99A

#B0B99A
(176,185,154)
#A0A98C
(160,169,140)
#90997E
(144,153,126)
#808970
(128,137,112)
#707962
(112,121,98)
#606954
(96,105,84)
#505946
(80,89,70)
#404938
(64,73,56)
#30392A
(48,57,42)
#20291C
(32,41,28)
#10190E
(16,25,14)
#000000
(0,0,0)

Tints of #B0B99A

#B0B99A
(176,185,154)
#B7BFA3
(183,191,163)
#BEC5AC
(190,197,172)
#C5CBB5
(197,203,181)
#CCD1BE
(204,209,190)
#D3D7C7
(211,215,199)
#DADDD0
(218,221,208)
#E1E3D9
(225,227,217)
#E8E9E2
(232,233,226)
#EFEFEB
(239,239,235)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B99A color. Also use rgb(176,185,154) instead hex code.

Text Font Color

.myTextColor { color: #B0B99A; }

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

This text font color is #B0B99A.

Background Color

.myBgColor { background-color: #B0B99A; }

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

This div background color is #B0B99A.

Border color

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

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

This div border color is #B0B99A.

Opacity

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

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

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

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

This text has shadow with #B0B99A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B99A.

Preview

Color preview on black background

This text has color #B0B99A on black background.


Color preview on white background

This text has color #B0B99A on white background.


Black color preview on #B0B99A background

This text has black color on #B0B99A background.


White color preview on #B0B99A background

This text has white color on #B0B99A background.


Related colors

Complementary color

Complementary color for #hex is #4F4665.


I love getcolorcode.com

Triadic colors

1 #9AB0B9 and #B99AB0 with #B0B99A are triadic colors.

2 #9AB9B0 and #B9B09A with #B0B99A are triadic colors.