COLOR #BB9A84

HEX: #BB9A84 RGB: (187,154,132)

Color info

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

RGB color model

#BB9A84 color RGB value is (187,154,132).

RGB: (187,154,132) (73%, 60%, 52%)

RGB channels and saturation

R 187 of 255 = 73%
G 154 of 255 = 60%
B 132 of 255 = 52%

187
154
132

R + G + B ~ 62%. #BB9A84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 154 + 132 = 473 (100%)
R 187 of 473 ~ 39.53%
G 154 of 473 ~ 32.56%
B 132 of 473 ~ 27.91'%

%39.53
%32.56
%27.91

CMYK color model

#BB9A84 color CMYK value is (0,18,29,27).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 29.41%
  • key color value is 26.67%
CMYK: (0,18,29,27) C0M18Y29K27 (0%,18%,29%,27%) (0.00/0.18/0.29/0.27) 

CMYK percentages

%0
%17.65
%29.41
%26.67

Codes

Color #BB9A84 in popluar color models

BB 9A 84
RGB 187 154 132
HSL 24° 28.80% 62.55%
HSB/HSV 24° 29.41% 73.33%
CMYK 0.00% 17.65% 29.41%
26.67%

Color #BB9A84 in popluar number systems.

HEX BB 9A 84
Decimal 187 154 132
Binary 10111011 10011010 10000100
Octal 273 232 204

Shades and tints

Shades of #BB9A84

#BB9A84
(187,154,132)
#AA8C78
(170,140,120)
#997E6C
(153,126,108)
#887060
(136,112,96)
#776254
(119,98,84)
#665448
(102,84,72)
#55463C
(85,70,60)
#443830
(68,56,48)
#332A24
(51,42,36)
#221C18
(34,28,24)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #BB9A84

#BB9A84
(187,154,132)
#C1A38F
(193,163,143)
#C7AC9A
(199,172,154)
#CDB5A5
(205,181,165)
#D3BEB0
(211,190,176)
#D9C7BB
(217,199,187)
#DFD0C6
(223,208,198)
#E5D9D1
(229,217,209)
#EBE2DC
(235,226,220)
#F1EBE7
(241,235,231)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9A84; }

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

This text font color is #BB9A84.

Background Color

.myBgColor { background-color: #BB9A84; }

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

This div background color is #BB9A84.

Border color

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

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

This div border color is #BB9A84.

Opacity

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

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

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

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

This text has shadow with #BB9A84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9A84.

Preview

Color preview on black background

This text has color #BB9A84 on black background.


Color preview on white background

This text has color #BB9A84 on white background.


Black color preview on #BB9A84 background

This text has black color on #BB9A84 background.


White color preview on #BB9A84 background

This text has white color on #BB9A84 background.


Related colors

Complementary color

Complementary color for #hex is #44657B.


I love getcolorcode.com

Triadic colors

1 #84BB9A and #9A84BB with #BB9A84 are triadic colors.

2 #849ABB and #9ABB84 with #BB9A84 are triadic colors.