COLOR #BBA49A

HEX: #BBA49A
RGB: (187,164,154)

Color info

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

RGB color model

#BBA49A color RGB value is (187,164,154).

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

RGB channels and saturation

R 187 of 255 = 73%
G 164 of 255 = 64%
B 154 of 255 = 60%

187
164
154

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

Portions of RGB colors in percentages

R + G + B =
187 + 164 + 154 = 505 (100%)
R 187 of 505 ~ 37.03%
G 164 of 505 ~ 32.48%
B 154 of 505 ~ 30.5%

%37.03
%32.48
%30.5

CMYK color model

#BBA49A color CMYK value is (0,12,18,27).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 17.65%
  • key color value is 26.67%
CMYK:
(0,12,18,27)
C0M12Y18K27 
(0%,12%,18%,27%)
(0.00/0.12/0.18/0.27)	

CMYK percentages

%0
%12.3
%17.65
%26.67

Codes

Color #BBA49A in popluar color models

BBA49A
RGB187164154
HSL18°19.53%66.86%
HSB/HSV18°17.65%73.33%
CMYK0.00%12.30%17.65%
26.67%

Color #BBA49A in popluar number systems.

HEXBBA49A
Decimal187164154
Binary101110111010010010011010
Octal273244232

Shades and tints

Shades of #BBA49A

#BBA49A
(187,164,154)
#AA968C
(170,150,140)
#99887E
(153,136,126)
#887A70
(136,122,112)
#776C62
(119,108,98)
#665E54
(102,94,84)
#555046
(85,80,70)
#444238
(68,66,56)
#33342A
(51,52,42)
#22261C
(34,38,28)
#11180E
(17,24,14)
#000000
(0,0,0)

Tints of #BBA49A

#BBA49A
(187,164,154)
#C1ACA3
(193,172,163)
#C7B4AC
(199,180,172)
#CDBCB5
(205,188,181)
#D3C4BE
(211,196,190)
#D9CCC7
(217,204,199)
#DFD4D0
(223,212,208)
#E5DCD9
(229,220,217)
#EBE4E2
(235,228,226)
#F1ECEB
(241,236,235)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA49A; }

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

This text font color is #BBA49A.


Background Color

.myBgColor { background-color: #BBA49A; }

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

This div background color is #BBA49A.


Border color

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

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

This div border color is #BBA49A.


Opacity

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

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

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

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

This text has shadow with #BBA49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA49A on black background.


Color preview on white background

This text has color #BBA49A on white background.



Black color preview on #BBA49A background

This text has black color on #BBA49A background.


White color preview on #BBA49A background

This text has white color on #BBA49A background.