COLOR #BBBE87

HEX: #BBBE87
RGB: (187,190,135)

Color info

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

RGB color model

#BBBE87 color RGB value is (187,190,135).

  • red value is 187;
  • green value is 190;
  • blue value is 135.
RGB:
(187,190,135)
(73%,75%,53%)

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 135 of 255 = 53%

187
190
135

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

Portions of RGB colors in percentages

R + G + B =
187 + 190 + 135 = 512 (100%)
R 187 of 512 ~ 36.52%
G 190 of 512 ~ 37.11%
B 135 of 512 ~ 26.37%

%36.52
%37.11
%26.37

CMYK color model

#BBBE87 color CMYK value is (2,0,29,25).

  • cyan value is 1.58%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 25.49%
CMYK:
(2,0,29,25)
C2M0Y29K25 
(2%,0%,29%,25%)
(0.02/0.00/0.29/0.25)	

CMYK percentages

%1.58
%0
%28.95
%25.49

Codes

Color #BBBE87 in popluar color models

BBBE87
RGB187190135
HSL63°29.73%63.73%
HSB/HSV63°28.95%74.51%
CMYK1.58%0.00%28.95%
25.49%

Color #BBBE87 in popluar number systems.

HEXBBBE87
Decimal187190135
Binary101110111011111010000111
Octal273276207

Shades and tints

Shades of #BBBE87

#BBBE87
(187,190,135)
#AAAD7B
(170,173,123)
#999C6F
(153,156,111)
#888B63
(136,139,99)
#777A57
(119,122,87)
#66694B
(102,105,75)
#55583F
(85,88,63)
#444733
(68,71,51)
#333627
(51,54,39)
#22251B
(34,37,27)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #BBBE87

#BBBE87
(187,190,135)
#C1C391
(193,195,145)
#C7C89B
(199,200,155)
#CDCDA5
(205,205,165)
#D3D2AF
(211,210,175)
#D9D7B9
(217,215,185)
#DFDCC3
(223,220,195)
#E5E1CD
(229,225,205)
#EBE6D7
(235,230,215)
#F1EBE1
(241,235,225)
#F7F0EB
(247,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBE87; }

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

This text font color is #BBBE87.


Background Color

.myBgColor { background-color: #BBBE87; }

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

This div background color is #BBBE87.


Border color

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

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

This div border color is #BBBE87.


Opacity

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

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

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

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

This text has shadow with #BBBE87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBE87 on black background.


Color preview on white background

This text has color #BBBE87 on white background.



Black color preview on #BBBE87 background

This text has black color on #BBBE87 background.


White color preview on #BBBE87 background

This text has white color on #BBBE87 background.