COLOR #B0B889

HEX: #B0B889 RGB: (176,184,137)

Color info

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

RGB color model

#B0B889 color RGB value is (176,184,137).

RGB: (176,184,137) (69%, 72%, 54%)

RGB channels and saturation

R 176 of 255 = 69%
G 184 of 255 = 72%
B 137 of 255 = 54%

176
184
137

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

Portions of RGB colors in percentages

R + G + B = 176 + 184 + 137 = 497 (100%)
R 176 of 497 ~ 35.41%
G 184 of 497 ~ 37.02%
B 137 of 497 ~ 27.57'%

%35.41
%37.02
%27.57

CMYK color model

#B0B889 color CMYK value is (4,0,26,28).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 25.54%
  • key color value is 27.84%
CMYK: (4,0,26,28) C4M0Y26K28 (4%,0%,26%,28%) (0.04/0.00/0.26/0.28) 

CMYK percentages

%4.35
%0
%25.54
%27.84

Codes

Color #B0B889 in popluar color models

B0 B8 89
RGB 176 184 137
HSL 70° 24.87% 62.94%
HSB/HSV 70° 25.54% 72.16%
CMYK 4.35% 0.00% 25.54%
27.84%

Color #B0B889 in popluar number systems.

HEX B0 B8 89
Decimal 176 184 137
Binary 10110000 10111000 10001001
Octal 260 270 211

Shades and tints

Shades of #B0B889

#B0B889
(176,184,137)
#A0A87D
(160,168,125)
#909871
(144,152,113)
#808865
(128,136,101)
#707859
(112,120,89)
#60684D
(96,104,77)
#505841
(80,88,65)
#404835
(64,72,53)
#303829
(48,56,41)
#20281D
(32,40,29)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #B0B889

#B0B889
(176,184,137)
#B7BE93
(183,190,147)
#BEC49D
(190,196,157)
#C5CAA7
(197,202,167)
#CCD0B1
(204,208,177)
#D3D6BB
(211,214,187)
#DADCC5
(218,220,197)
#E1E2CF
(225,226,207)
#E8E8D9
(232,232,217)
#EFEEE3
(239,238,227)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B889; }

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

This text font color is #B0B889.

Background Color

.myBgColor { background-color: #B0B889; }

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

This div background color is #B0B889.

Border color

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

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

This div border color is #B0B889.

Opacity

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

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

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

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

This text has shadow with #B0B889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B889.

Preview

Color preview on black background

This text has color #B0B889 on black background.


Color preview on white background

This text has color #B0B889 on white background.


Black color preview on #B0B889 background

This text has black color on #B0B889 background.


White color preview on #B0B889 background

This text has white color on #B0B889 background.


Related colors

Complementary color

Complementary color for #hex is #4F4776.


I love getcolorcode.com

Triadic colors

1 #89B0B8 and #B889B0 with #B0B889 are triadic colors.

2 #89B8B0 and #B8B089 with #B0B889 are triadic colors.