COLOR #B0B189

HEX: #B0B189
RGB: (176,177,137)

Color info

#B0B189 contains red, green and blue colors in about the same proportion. Web safe color of #B0B189 is #999999 (or #999).

RGB color model

#B0B189 color RGB value is (176,177,137).

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

RGB channels and saturation

R 176 of 255 = 69%
G 177 of 255 = 69%
B 137 of 255 = 54%

176
177
137

R + G + B ~ 64%. #B0B189 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 177 + 137 = 490 (100%)
R 176 of 490 ~ 35.92%
G 177 of 490 ~ 36.12%
B 137 of 490 ~ 27.96%

%35.92
%36.12
%27.96

CMYK color model

#B0B189 color CMYK value is (1,0,23,31).

  • cyan value is 0.56%
  • magenta value is 0.00%
  • yellow value is 22.60%
  • key color value is 30.59%
CMYK:
(1,0,23,31)
C1M0Y23K31 
(1%,0%,23%,31%)
(0.01/0.00/0.23/0.31)	

CMYK percentages

%0.56
%0
%22.6
%30.59

Codes

Color #B0B189 in popluar color models

B0B189
RGB176177137
HSL62°20.41%61.57%
HSB/HSV62°22.60%69.41%
CMYK0.56%0.00%22.60%
30.59%

Color #B0B189 in popluar number systems.

HEXB0B189
Decimal176177137
Binary101100001011000110001001
Octal260261211

Shades and tints

Shades of #B0B189

#B0B189
(176,177,137)
#A0A17D
(160,161,125)
#909171
(144,145,113)
#808165
(128,129,101)
#707159
(112,113,89)
#60614D
(96,97,77)
#505141
(80,81,65)
#404135
(64,65,53)
#303129
(48,49,41)
#20211D
(32,33,29)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #B0B189

#B0B189
(176,177,137)
#B7B893
(183,184,147)
#BEBF9D
(190,191,157)
#C5C6A7
(197,198,167)
#CCCDB1
(204,205,177)
#D3D4BB
(211,212,187)
#DADBC5
(218,219,197)
#E1E2CF
(225,226,207)
#E8E9D9
(232,233,217)
#EFF0E3
(239,240,227)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B189; }

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

This text font color is #B0B189.


Background Color

.myBgColor { background-color: #B0B189; }

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

This div background color is #B0B189.


Border color

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

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

This div border color is #B0B189.


Opacity

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

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

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

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

This text has shadow with #B0B189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B189 on black background.


Color preview on white background

This text has color #B0B189 on white background.



Black color preview on #B0B189 background

This text has black color on #B0B189 background.


White color preview on #B0B189 background

This text has white color on #B0B189 background.