COLOR #B0BB8A

HEX: #B0BB8A RGB: (176,187,138)

Color info

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

RGB color model

#B0BB8A color RGB value is (176,187,138).

RGB: (176,187,138) (69%, 73%, 54%)

RGB channels and saturation

R 176 of 255 = 69%
G 187 of 255 = 73%
B 138 of 255 = 54%

176
187
138

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

Portions of RGB colors in percentages

R + G + B = 176 + 187 + 138 = 501 (100%)
R 176 of 501 ~ 35.13%
G 187 of 501 ~ 37.33%
B 138 of 501 ~ 27.54'%

%35.13
%37.33
%27.54

CMYK color model

#B0BB8A color CMYK value is (6,0,26,27).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 26.20%
  • key color value is 26.67%

CMYK: (6,0,26,27)
C6M0Y26K27 (6%, 0%, 26%, 27%)
(0.06 / 0.00 / 0.26 / 0.27)

CMYK percentages

%5.88
%0
%26.2
%26.67

Codes

Color #B0BB8A in popluar color models

B0 BB 8A
RGB 176 187 138
HSL 73° 26.49% 63.73%
HSB/HSV 73° 26.20% 73.33%
CMYK 5.88% 0.00% 26.20%
26.67%

Color #B0BB8A in popluar number systems.

HEX B0 BB 8A
Decimal 176 187 138
Binary 10110000 10111011 10001010
Octal 260 273 212

Shades and tints

Shades of #B0BB8A

#B0BB8A
(176,187,138)
#A0AA7E
(160,170,126)
#909972
(144,153,114)
#808866
(128,136,102)
#70775A
(112,119,90)
#60664E
(96,102,78)
#505542
(80,85,66)
#404436
(64,68,54)
#30332A
(48,51,42)
#20221E
(32,34,30)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #B0BB8A

#B0BB8A
(176,187,138)
#B7C194
(183,193,148)
#BEC79E
(190,199,158)
#C5CDA8
(197,205,168)
#CCD3B2
(204,211,178)
#D3D9BC
(211,217,188)
#DADFC6
(218,223,198)
#E1E5D0
(225,229,208)
#E8EBDA
(232,235,218)
#EFF1E4
(239,241,228)
#F6F7EE
(246,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BB8A color. Also use rgb(176,187,138) instead hex code.

Text Font Color

.myTextColor { color: #B0BB8A; }

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

This text font color is #B0BB8A.

Background Color

.myBgColor { background-color: #B0BB8A; }

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

This div background color is #B0BB8A.

Border color

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

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

This div border color is #B0BB8A.

Opacity

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

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

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

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

This text has shadow with #B0BB8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BB8A.

Preview

Color preview on black background

This text has color #B0BB8A on black background.


Color preview on white background

This text has color #B0BB8A on white background.


Black color preview on #B0BB8A background

This text has black color on #B0BB8A background.


White color preview on #B0BB8A background

This text has white color on #B0BB8A background.


Related colors

Complementary color

Complementary color for #hex is #4F4475.


I love getcolorcode.com

Triadic colors

1 #8AB0BB and #BB8AB0 with #B0BB8A are triadic colors.

2 #8ABBB0 and #BBB08A with #B0BB8A are triadic colors.