COLOR #BBB78B

HEX: #BBB78B RGB: (187,183,139)

Color info

#BBB78B contains red, green and blue colors in about the same proportion. Web safe color of #BBB78B is #CCCC99 (or #CC9).

RGB color model

#BBB78B color RGB value is (187,183,139).

RGB: (187,183,139) (73%, 72%, 55%)

RGB channels and saturation

R 187 of 255 = 73%
G 183 of 255 = 72%
B 139 of 255 = 55%

187
183
139

R + G + B ~ 67%. #BBB78B is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 183 + 139 = 509 (100%)
R 187 of 509 ~ 36.74%
G 183 of 509 ~ 35.95%
B 139 of 509 ~ 27.31'%

%36.74
%35.95
%27.31

CMYK color model

#BBB78B color CMYK value is (0,2,26,27).

  • cyan value is 0.00%
  • magenta value is 2.14%
  • yellow value is 25.67%
  • key color value is 26.67%

CMYK: (0,2,26,27)
C0M2Y26K27 (0%, 2%, 26%, 27%)
(0.00 / 0.02 / 0.26 / 0.27)

CMYK percentages

%0
%2.14
%25.67
%26.67

Codes

Color #BBB78B in popluar color models

BB B7 8B
RGB 187 183 139
HSL 55° 26.09% 63.92%
HSB/HSV 55° 25.67% 73.33%
CMYK 0.00% 2.14% 25.67%
26.67%

Color #BBB78B in popluar number systems.

HEX BB B7 8B
Decimal 187 183 139
Binary 10111011 10110111 10001011
Octal 273 267 213

Shades and tints

Shades of #BBB78B

#BBB78B
(187,183,139)
#AAA77F
(170,167,127)
#999773
(153,151,115)
#888767
(136,135,103)
#77775B
(119,119,91)
#66674F
(102,103,79)
#555743
(85,87,67)
#444737
(68,71,55)
#33372B
(51,55,43)
#22271F
(34,39,31)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #BBB78B

#BBB78B
(187,183,139)
#C1BD95
(193,189,149)
#C7C39F
(199,195,159)
#CDC9A9
(205,201,169)
#D3CFB3
(211,207,179)
#D9D5BD
(217,213,189)
#DFDBC7
(223,219,199)
#E5E1D1
(229,225,209)
#EBE7DB
(235,231,219)
#F1EDE5
(241,237,229)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB78B color. Also use rgb(187,183,139) instead hex code.

Text Font Color

.myTextColor { color: #BBB78B; }

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

This text font color is #BBB78B.

Background Color

.myBgColor { background-color: #BBB78B; }

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

This div background color is #BBB78B.

Border color

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

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

This div border color is #BBB78B.

Opacity

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

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

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

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

This text has shadow with #BBB78B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB78B.

Preview

Color preview on black background

This text has color #BBB78B on black background.


Color preview on white background

This text has color #BBB78B on white background.


Black color preview on #BBB78B background

This text has black color on #BBB78B background.


White color preview on #BBB78B background

This text has white color on #BBB78B background.


Related colors

Complementary color

Complementary color for #hex is #444874.


I love getcolorcode.com

Triadic colors

1 #8BBBB7 and #B78BBB with #BBB78B are triadic colors.

2 #8BB7BB and #B7BB8B with #BBB78B are triadic colors.