COLOR #B0BF89

HEX: #B0BF89 RGB: (176,191,137)

Color info

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

RGB color model

#B0BF89 color RGB value is (176,191,137).

RGB: (176,191,137) (69%, 75%, 54%)

RGB channels and saturation

R 176 of 255 = 69%
G 191 of 255 = 75%
B 137 of 255 = 54%

176
191
137

R + G + B ~ 66%. #B0BF89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 191 + 137 = 504 (100%)
R 176 of 504 ~ 34.92%
G 191 of 504 ~ 37.9%
B 137 of 504 ~ 27.18'%

%34.92
%37.9
%27.18

CMYK color model

#B0BF89 color CMYK value is (8,0,28,25).

  • cyan value is 7.85%
  • magenta value is 0.00%
  • yellow value is 28.27%
  • key color value is 25.10%

CMYK: (8,0,28,25)
C8M0Y28K25 (8%, 0%, 28%, 25%)
(0.08 / 0.00 / 0.28 / 0.25)

CMYK percentages

%7.85
%0
%28.27
%25.1

Codes

Color #B0BF89 in popluar color models

B0 BF 89
RGB 176 191 137
HSL 77° 29.67% 64.31%
HSB/HSV 77° 28.27% 74.90%
CMYK 7.85% 0.00% 28.27%
25.10%

Color #B0BF89 in popluar number systems.

HEX B0 BF 89
Decimal 176 191 137
Binary 10110000 10111111 10001001
Octal 260 277 211

Shades and tints

Shades of #B0BF89

#B0BF89
(176,191,137)
#A0AE7D
(160,174,125)
#909D71
(144,157,113)
#808C65
(128,140,101)
#707B59
(112,123,89)
#606A4D
(96,106,77)
#505941
(80,89,65)
#404835
(64,72,53)
#303729
(48,55,41)
#20261D
(32,38,29)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #B0BF89

#B0BF89
(176,191,137)
#B7C493
(183,196,147)
#BEC99D
(190,201,157)
#C5CEA7
(197,206,167)
#CCD3B1
(204,211,177)
#D3D8BB
(211,216,187)
#DADDC5
(218,221,197)
#E1E2CF
(225,226,207)
#E8E7D9
(232,231,217)
#EFECE3
(239,236,227)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BF89; }

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

This text font color is #B0BF89.

Background Color

.myBgColor { background-color: #B0BF89; }

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

This div background color is #B0BF89.

Border color

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

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

This div border color is #B0BF89.

Opacity

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

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

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

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

This text has shadow with #B0BF89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BF89.

Preview

Color preview on black background

This text has color #B0BF89 on black background.


Color preview on white background

This text has color #B0BF89 on white background.


Black color preview on #B0BF89 background

This text has black color on #B0BF89 background.


White color preview on #B0BF89 background

This text has white color on #B0BF89 background.


Related colors

Complementary color

Complementary color for #hex is #4F4076.


I love getcolorcode.com

Triadic colors

1 #89B0BF and #BF89B0 with #B0BF89 are triadic colors.

2 #89BFB0 and #BFB089 with #B0BF89 are triadic colors.