COLOR #BBA49C

HEX: #BBA49C
RGB: (187,164,156)

Color info

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

RGB color model

#BBA49C color RGB value is (187,164,156).

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

RGB channels and saturation

R 187 of 255 = 73%
G 164 of 255 = 64%
B 156 of 255 = 61%

187
164
156

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

Portions of RGB colors in percentages

R + G + B =
187 + 164 + 156 = 507 (100%)
R 187 of 507 ~ 36.88%
G 164 of 507 ~ 32.35%
B 156 of 507 ~ 30.77%

%36.88
%32.35
%30.77

CMYK color model

#BBA49C color CMYK value is (0,12,17,27).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 16.58%
  • key color value is 26.67%
CMYK:
(0,12,17,27)
C0M12Y17K27 
(0%,12%,17%,27%)
(0.00/0.12/0.17/0.27)	

CMYK percentages

%0
%12.3
%16.58
%26.67

Codes

Color #BBA49C in popluar color models

BBA49C
RGB187164156
HSL15°18.56%67.25%
HSB/HSV15°16.58%73.33%
CMYK0.00%12.30%16.58%
26.67%

Color #BBA49C in popluar number systems.

HEXBBA49C
Decimal187164156
Binary101110111010010010011100
Octal273244234

Shades and tints

Shades of #BBA49C

#BBA49C
(187,164,156)
#AA968E
(170,150,142)
#998880
(153,136,128)
#887A72
(136,122,114)
#776C64
(119,108,100)
#665E56
(102,94,86)
#555048
(85,80,72)
#44423A
(68,66,58)
#33342C
(51,52,44)
#22261E
(34,38,30)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #BBA49C

#BBA49C
(187,164,156)
#C1ACA5
(193,172,165)
#C7B4AE
(199,180,174)
#CDBCB7
(205,188,183)
#D3C4C0
(211,196,192)
#D9CCC9
(217,204,201)
#DFD4D2
(223,212,210)
#E5DCDB
(229,220,219)
#EBE4E4
(235,228,228)
#F1ECED
(241,236,237)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA49C; }

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

This text font color is #BBA49C.


Background Color

.myBgColor { background-color: #BBA49C; }

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

This div background color is #BBA49C.


Border color

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

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

This div border color is #BBA49C.


Opacity

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

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

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

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

This text has shadow with #BBA49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA49C on black background.


Color preview on white background

This text has color #BBA49C on white background.



Black color preview on #BBA49C background

This text has black color on #BBA49C background.


White color preview on #BBA49C background

This text has white color on #BBA49C background.