COLOR #BBBA89

HEX: #BBBA89
RGB: (187,186,137)

Color info

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

RGB color model

#BBBA89 color RGB value is (187,186,137).

  • red value is 187;
  • green value is 186;
  • blue value is 137.
RGB:
(187,186,137)
(73%,73%,54%)

RGB channels and saturation

R 187 of 255 = 73%
G 186 of 255 = 73%
B 137 of 255 = 54%

187
186
137

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

Portions of RGB colors in percentages

R + G + B =
187 + 186 + 137 = 510 (100%)
R 187 of 510 ~ 36.67%
G 186 of 510 ~ 36.47%
B 137 of 510 ~ 26.86%

%36.67
%36.47
%26.86

CMYK color model

#BBBA89 color CMYK value is (0,1,27,27).

  • cyan value is 0.00%
  • magenta value is 0.53%
  • yellow value is 26.74%
  • key color value is 26.67%
CMYK:
(0,1,27,27)
C0M1Y27K27 
(0%,1%,27%,27%)
(0.00/0.01/0.27/0.27)	

CMYK percentages

%0
%0.53
%26.74
%26.67

Codes

Color #BBBA89 in popluar color models

BBBA89
RGB187186137
HSL59°26.88%63.53%
HSB/HSV59°26.74%73.33%
CMYK0.00%0.53%26.74%
26.67%

Color #BBBA89 in popluar number systems.

HEXBBBA89
Decimal187186137
Binary101110111011101010001001
Octal273272211

Shades and tints

Shades of #BBBA89

#BBBA89
(187,186,137)
#AAAA7D
(170,170,125)
#999A71
(153,154,113)
#888A65
(136,138,101)
#777A59
(119,122,89)
#666A4D
(102,106,77)
#555A41
(85,90,65)
#444A35
(68,74,53)
#333A29
(51,58,41)
#222A1D
(34,42,29)
#111A11
(17,26,17)
#000000
(0,0,0)

Tints of #BBBA89

#BBBA89
(187,186,137)
#C1C093
(193,192,147)
#C7C69D
(199,198,157)
#CDCCA7
(205,204,167)
#D3D2B1
(211,210,177)
#D9D8BB
(217,216,187)
#DFDEC5
(223,222,197)
#E5E4CF
(229,228,207)
#EBEAD9
(235,234,217)
#F1F0E3
(241,240,227)
#F7F6ED
(247,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBBA89 color. Also use rgb(187,186,137) instead hex code.

Text Font Color

.myTextColor { color: #BBBA89; }

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

This text font color is #BBBA89.


Background Color

.myBgColor { background-color: #BBBA89; }

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

This div background color is #BBBA89.


Border color

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

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

This div border color is #BBBA89.


Opacity

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

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

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

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

This text has shadow with #BBBA89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBA89 on black background.


Color preview on white background

This text has color #BBBA89 on white background.



Black color preview on #BBBA89 background

This text has black color on #BBBA89 background.


White color preview on #BBBA89 background

This text has white color on #BBBA89 background.