COLOR #BBA08B

HEX: #BBA08B RGB: (187,160,139)

Color info

#BBA08B contains red, green and blue colors in about the same proportion. Web safe color of #BBA08B is #CC9999 (or #C99).

RGB color model

#BBA08B color RGB value is (187,160,139).

RGB: (187,160,139) (73%, 63%, 55%)

RGB channels and saturation

R 187 of 255 = 73%
G 160 of 255 = 63%
B 139 of 255 = 55%

187
160
139

R + G + B ~ 64%. #BBA08B is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 160 + 139 = 486 (100%)
R 187 of 486 ~ 38.48%
G 160 of 486 ~ 32.92%
B 139 of 486 ~ 28.6'%

%38.48
%32.92
%28.6

CMYK color model

#BBA08B color CMYK value is (0,14,26,27).

  • cyan value is 0.00%
  • magenta value is 14.44%
  • yellow value is 25.67%
  • key color value is 26.67%
CMYK: (0,14,26,27) C0M14Y26K27 (0%,14%,26%,27%) (0.00/0.14/0.26/0.27) 

CMYK percentages

%0
%14.44
%25.67
%26.67

Codes

Color #BBA08B in popluar color models

BB A0 8B
RGB 187 160 139
HSL 26° 26.09% 63.92%
HSB/HSV 26° 25.67% 73.33%
CMYK 0.00% 14.44% 25.67%
26.67%

Color #BBA08B in popluar number systems.

HEX BB A0 8B
Decimal 187 160 139
Binary 10111011 10100000 10001011
Octal 273 240 213

Shades and tints

Shades of #BBA08B

#BBA08B
(187,160,139)
#AA927F
(170,146,127)
#998473
(153,132,115)
#887667
(136,118,103)
#77685B
(119,104,91)
#665A4F
(102,90,79)
#554C43
(85,76,67)
#443E37
(68,62,55)
#33302B
(51,48,43)
#22221F
(34,34,31)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #BBA08B

#BBA08B
(187,160,139)
#C1A895
(193,168,149)
#C7B09F
(199,176,159)
#CDB8A9
(205,184,169)
#D3C0B3
(211,192,179)
#D9C8BD
(217,200,189)
#DFD0C7
(223,208,199)
#E5D8D1
(229,216,209)
#EBE0DB
(235,224,219)
#F1E8E5
(241,232,229)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA08B color. Also use rgb(187,160,139) instead hex code.

Text Font Color

.myTextColor { color: #BBA08B; }

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

This text font color is #BBA08B.

Background Color

.myBgColor { background-color: #BBA08B; }

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

This div background color is #BBA08B.

Border color

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

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

This div border color is #BBA08B.

Opacity

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

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

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

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

This text has shadow with #BBA08B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA08B.

Preview

Color preview on black background

This text has color #BBA08B on black background.


Color preview on white background

This text has color #BBA08B on white background.


Black color preview on #BBA08B background

This text has black color on #BBA08B background.


White color preview on #BBA08B background

This text has white color on #BBA08B background.


Related colors

Complementary color

Complementary color for #hex is #445F74.


I love getcolorcode.com

Triadic colors

1 #8BBBA0 and #A08BBB with #BBA08B are triadic colors.

2 #8BA0BB and #A0BB8B with #BBA08B are triadic colors.