COLOR #B0B989

HEX: #B0B989
RGB: (176,185,137)

Color info

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

RGB color model

#B0B989 color RGB value is (176,185,137).

  • red value is 176;
  • green value is 185;
  • blue value is 137.
RGB:
(176,185,137)
(69%,73%,54%)

RGB channels and saturation

R 176 of 255 = 69%
G 185 of 255 = 73%
B 137 of 255 = 54%

176
185
137

R + G + B ~ 65%. #B0B989 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 185 + 137 = 498 (100%)
R 176 of 498 ~ 35.34%
G 185 of 498 ~ 37.15%
B 137 of 498 ~ 27.51%

%35.34
%37.15
%27.51

CMYK color model

#B0B989 color CMYK value is (5,0,26,27).

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 25.95%
  • key color value is 27.45%
CMYK:
(5,0,26,27)
C5M0Y26K27 
(5%,0%,26%,27%)
(0.05/0.00/0.26/0.27)	

CMYK percentages

%4.86
%0
%25.95
%27.45

Codes

Color #B0B989 in popluar color models

B0B989
RGB176185137
HSL71°25.53%63.14%
HSB/HSV71°25.95%72.55%
CMYK4.86%0.00%25.95%
27.45%

Color #B0B989 in popluar number systems.

HEXB0B989
Decimal176185137
Binary101100001011100110001001
Octal260271211

Shades and tints

Shades of #B0B989

#B0B989
(176,185,137)
#A0A97D
(160,169,125)
#909971
(144,153,113)
#808965
(128,137,101)
#707959
(112,121,89)
#60694D
(96,105,77)
#505941
(80,89,65)
#404935
(64,73,53)
#303929
(48,57,41)
#20291D
(32,41,29)
#101911
(16,25,17)
#000000
(0,0,0)

Tints of #B0B989

#B0B989
(176,185,137)
#B7BF93
(183,191,147)
#BEC59D
(190,197,157)
#C5CBA7
(197,203,167)
#CCD1B1
(204,209,177)
#D3D7BB
(211,215,187)
#DADDC5
(218,221,197)
#E1E3CF
(225,227,207)
#E8E9D9
(232,233,217)
#EFEFE3
(239,239,227)
#F6F5ED
(246,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B989; }

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

This text font color is #B0B989.


Background Color

.myBgColor { background-color: #B0B989; }

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

This div background color is #B0B989.


Border color

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

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

This div border color is #B0B989.


Opacity

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

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

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

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

This text has shadow with #B0B989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B989 on black background.


Color preview on white background

This text has color #B0B989 on white background.



Black color preview on #B0B989 background

This text has black color on #B0B989 background.


White color preview on #B0B989 background

This text has white color on #B0B989 background.