COLOR #BBB77E

HEX: #BBB77E RGB: (187,183,126)

Color info

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

RGB color model

#BBB77E color RGB value is (187,183,126).

RGB: (187,183,126) (73%, 72%, 49%)

RGB channels and saturation

R 187 of 255 = 73%
G 183 of 255 = 72%
B 126 of 255 = 49%

187
183
126

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

Portions of RGB colors in percentages

R + G + B = 187 + 183 + 126 = 496 (100%)
R 187 of 496 ~ 37.7%
G 183 of 496 ~ 36.9%
B 126 of 496 ~ 25.4'%

%37.7
%36.9
%25.4

CMYK color model

#BBB77E color CMYK value is (0,2,33,27).

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

CMYK: (0,2,33,27)
C0M2Y33K27 (0%, 2%, 33%, 27%)
(0.00 / 0.02 / 0.33 / 0.27)

CMYK percentages

%0
%2.14
%32.62
%26.67

Codes

Color #BBB77E in popluar color models

BB B7 7E
RGB 187 183 126
HSL 56° 30.96% 61.37%
HSB/HSV 56° 32.62% 73.33%
CMYK 0.00% 2.14% 32.62%
26.67%

Color #BBB77E in popluar number systems.

HEX BB B7 7E
Decimal 187 183 126
Binary 10111011 10110111 1111110
Octal 273 267 176

Shades and tints

Shades of #BBB77E

#BBB77E
(187,183,126)
#AAA773
(170,167,115)
#999768
(153,151,104)
#88875D
(136,135,93)
#777752
(119,119,82)
#666747
(102,103,71)
#55573C
(85,87,60)
#444731
(68,71,49)
#333726
(51,55,38)
#22271B
(34,39,27)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #BBB77E

#BBB77E
(187,183,126)
#C1BD89
(193,189,137)
#C7C394
(199,195,148)
#CDC99F
(205,201,159)
#D3CFAA
(211,207,170)
#D9D5B5
(217,213,181)
#DFDBC0
(223,219,192)
#E5E1CB
(229,225,203)
#EBE7D6
(235,231,214)
#F1EDE1
(241,237,225)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB77E; }

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

This text font color is #BBB77E.

Background Color

.myBgColor { background-color: #BBB77E; }

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

This div background color is #BBB77E.

Border color

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

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

This div border color is #BBB77E.

Opacity

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

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

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

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

This text has shadow with #BBB77E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB77E.

Preview

Color preview on black background

This text has color #BBB77E on black background.


Color preview on white background

This text has color #BBB77E on white background.


Black color preview on #BBB77E background

This text has black color on #BBB77E background.


White color preview on #BBB77E background

This text has white color on #BBB77E background.


Related colors

Complementary color

Complementary color for #hex is #444881.


I love getcolorcode.com

Triadic colors

1 #7EBBB7 and #B77EBB with #BBB77E are triadic colors.

2 #7EB7BB and #B7BB7E with #BBB77E are triadic colors.