COLOR #BBBE7E

HEX: #BBBE7E RGB: (187,190,126)

Color info

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

RGB color model

#BBBE7E color RGB value is (187,190,126).

RGB: (187,190,126) (73%, 75%, 49%)

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 126 of 255 = 49%

187
190
126

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

Portions of RGB colors in percentages

R + G + B = 187 + 190 + 126 = 503 (100%)
R 187 of 503 ~ 37.18%
G 190 of 503 ~ 37.77%
B 126 of 503 ~ 25.05'%

%37.18
%37.77
%25.05

CMYK color model

#BBBE7E color CMYK value is (2,0,34,25).

  • cyan value is 1.58%
  • magenta value is 0.00%
  • yellow value is 33.68%
  • key color value is 25.49%

CMYK: (2,0,34,25)
C2M0Y34K25 (2%, 0%, 34%, 25%)
(0.02 / 0.00 / 0.34 / 0.25)

CMYK percentages

%1.58
%0
%33.68
%25.49

Codes

Color #BBBE7E in popluar color models

BB BE 7E
RGB 187 190 126
HSL 63° 32.99% 61.96%
HSB/HSV 63° 33.68% 74.51%
CMYK 1.58% 0.00% 33.68%
25.49%

Color #BBBE7E in popluar number systems.

HEX BB BE 7E
Decimal 187 190 126
Binary 10111011 10111110 1111110
Octal 273 276 176

Shades and tints

Shades of #BBBE7E

#BBBE7E
(187,190,126)
#AAAD73
(170,173,115)
#999C68
(153,156,104)
#888B5D
(136,139,93)
#777A52
(119,122,82)
#666947
(102,105,71)
#55583C
(85,88,60)
#444731
(68,71,49)
#333626
(51,54,38)
#22251B
(34,37,27)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #BBBE7E

#BBBE7E
(187,190,126)
#C1C389
(193,195,137)
#C7C894
(199,200,148)
#CDCD9F
(205,205,159)
#D3D2AA
(211,210,170)
#D9D7B5
(217,215,181)
#DFDCC0
(223,220,192)
#E5E1CB
(229,225,203)
#EBE6D6
(235,230,214)
#F1EBE1
(241,235,225)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBE7E; }

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

This text font color is #BBBE7E.

Background Color

.myBgColor { background-color: #BBBE7E; }

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

This div background color is #BBBE7E.

Border color

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

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

This div border color is #BBBE7E.

Opacity

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

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

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

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

This text has shadow with #BBBE7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBE7E.

Preview

Color preview on black background

This text has color #BBBE7E on black background.


Color preview on white background

This text has color #BBBE7E on white background.


Black color preview on #BBBE7E background

This text has black color on #BBBE7E background.


White color preview on #BBBE7E background

This text has white color on #BBBE7E background.


Related colors

Complementary color

Complementary color for #hex is #444181.


I love getcolorcode.com

Triadic colors

1 #7EBBBE and #BE7EBB with #BBBE7E are triadic colors.

2 #7EBEBB and #BEBB7E with #BBBE7E are triadic colors.