COLOR #BBB86E

HEX: #BBB86E RGB: (187,184,110)

Color info

#BBB86E contains mainly red and green colors. Web safe color of #BBB86E is #CCCC66 (or #CC6).

RGB color model

#BBB86E color RGB value is (187,184,110).

RGB: (187,184,110) (73%, 72%, 43%)

RGB channels and saturation

R 187 of 255 = 73%
G 184 of 255 = 72%
B 110 of 255 = 43%

187
184
110

R + G + B ~ 63%. #BBB86E is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 184 + 110 = 481 (100%)
R 187 of 481 ~ 38.88%
G 184 of 481 ~ 38.25%
B 110 of 481 ~ 22.87'%

%38.88
%38.25
%22.87

CMYK color model

#BBB86E color CMYK value is (0,2,41,27).

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 41.18%
  • key color value is 26.67%
CMYK: (0,2,41,27) C0M2Y41K27 (0%,2%,41%,27%) (0.00/0.02/0.41/0.27) 

CMYK percentages

%0
%1.6
%41.18
%26.67

Codes

Color #BBB86E in popluar color models

BB B8 6E
RGB 187 184 110
HSL 58° 36.15% 58.24%
HSB/HSV 58° 41.18% 73.33%
CMYK 0.00% 1.60% 41.18%
26.67%

Color #BBB86E in popluar number systems.

HEX BB B8 6E
Decimal 187 184 110
Binary 10111011 10111000 1101110
Octal 273 270 156

Shades and tints

Shades of #BBB86E

#BBB86E
(187,184,110)
#AAA864
(170,168,100)
#99985A
(153,152,90)
#888850
(136,136,80)
#777846
(119,120,70)
#66683C
(102,104,60)
#555832
(85,88,50)
#444828
(68,72,40)
#33381E
(51,56,30)
#222814
(34,40,20)
#11180A
(17,24,10)
#000000
(0,0,0)

Tints of #BBB86E

#BBB86E
(187,184,110)
#C1BE7B
(193,190,123)
#C7C488
(199,196,136)
#CDCA95
(205,202,149)
#D3D0A2
(211,208,162)
#D9D6AF
(217,214,175)
#DFDCBC
(223,220,188)
#E5E2C9
(229,226,201)
#EBE8D6
(235,232,214)
#F1EEE3
(241,238,227)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB86E color. Also use rgb(187,184,110) instead hex code.

Text Font Color

.myTextColor { color: #BBB86E; }

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

This text font color is #BBB86E.

Background Color

.myBgColor { background-color: #BBB86E; }

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

This div background color is #BBB86E.

Border color

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

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

This div border color is #BBB86E.

Opacity

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

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

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

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

This text has shadow with #BBB86E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB86E.

Preview

Color preview on black background

This text has color #BBB86E on black background.


Color preview on white background

This text has color #BBB86E on white background.


Black color preview on #BBB86E background

This text has black color on #BBB86E background.


White color preview on #BBB86E background

This text has white color on #BBB86E background.


Related colors

Complementary color

Complementary color for #hex is #444791.


I love getcolorcode.com

Triadic colors

1 #6EBBB8 and #B86EBB with #BBB86E are triadic colors.

2 #6EB8BB and #B8BB6E with #BBB86E are triadic colors.