COLOR #BBA09A

HEX: #BBA09A
RGB: (187,160,154)

Color info

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

RGB color model

#BBA09A color RGB value is (187,160,154).

  • red value is 187;
  • green value is 160;
  • blue value is 154.
RGB:
(187,160,154)
(73%,63%,60%)

RGB channels and saturation

R 187 of 255 = 73%
G 160 of 255 = 63%
B 154 of 255 = 60%

187
160
154

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

Portions of RGB colors in percentages

R + G + B =
187 + 160 + 154 = 501 (100%)
R 187 of 501 ~ 37.33%
G 160 of 501 ~ 31.94%
B 154 of 501 ~ 30.74%

%37.33
%31.94
%30.74

CMYK color model

#BBA09A color CMYK value is (0,14,18,27).

  • cyan value is 0.00%
  • magenta value is 14.44%
  • yellow value is 17.65%
  • key color value is 26.67%
CMYK:
(0,14,18,27)
C0M14Y18K27 
(0%,14%,18%,27%)
(0.00/0.14/0.18/0.27)	

CMYK percentages

%0
%14.44
%17.65
%26.67

Codes

Color #BBA09A in popluar color models

BBA09A
RGB187160154
HSL11°19.53%66.86%
HSB/HSV11°17.65%73.33%
CMYK0.00%14.44%17.65%
26.67%

Color #BBA09A in popluar number systems.

HEXBBA09A
Decimal187160154
Binary101110111010000010011010
Octal273240232

Shades and tints

Shades of #BBA09A

#BBA09A
(187,160,154)
#AA928C
(170,146,140)
#99847E
(153,132,126)
#887670
(136,118,112)
#776862
(119,104,98)
#665A54
(102,90,84)
#554C46
(85,76,70)
#443E38
(68,62,56)
#33302A
(51,48,42)
#22221C
(34,34,28)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #BBA09A

#BBA09A
(187,160,154)
#C1A8A3
(193,168,163)
#C7B0AC
(199,176,172)
#CDB8B5
(205,184,181)
#D3C0BE
(211,192,190)
#D9C8C7
(217,200,199)
#DFD0D0
(223,208,208)
#E5D8D9
(229,216,217)
#EBE0E2
(235,224,226)
#F1E8EB
(241,232,235)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA09A; }

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

This text font color is #BBA09A.


Background Color

.myBgColor { background-color: #BBA09A; }

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

This div background color is #BBA09A.


Border color

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

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

This div border color is #BBA09A.


Opacity

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

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

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

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

This text has shadow with #BBA09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA09A on black background.


Color preview on white background

This text has color #BBA09A on white background.



Black color preview on #BBA09A background

This text has black color on #BBA09A background.


White color preview on #BBA09A background

This text has white color on #BBA09A background.