COLOR #BBAC84

HEX: #BBAC84 RGB: (187,172,132)

Color info

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

RGB color model

#BBAC84 color RGB value is (187,172,132).

RGB: (187,172,132) (73%, 67%, 52%)

RGB channels and saturation

R 187 of 255 = 73%
G 172 of 255 = 67%
B 132 of 255 = 52%

187
172
132

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

Portions of RGB colors in percentages

R + G + B = 187 + 172 + 132 = 491 (100%)
R 187 of 491 ~ 38.09%
G 172 of 491 ~ 35.03%
B 132 of 491 ~ 26.88'%

%38.09
%35.03
%26.88

CMYK color model

#BBAC84 color CMYK value is (0,8,29,27).

  • cyan value is 0.00%
  • magenta value is 8.02%
  • yellow value is 29.41%
  • key color value is 26.67%

CMYK: (0,8,29,27)
C0M8Y29K27 (0%, 8%, 29%, 27%)
(0.00 / 0.08 / 0.29 / 0.27)

CMYK percentages

%0
%8.02
%29.41
%26.67

Codes

Color #BBAC84 in popluar color models

BB AC 84
RGB 187 172 132
HSL 44° 28.80% 62.55%
HSB/HSV 44° 29.41% 73.33%
CMYK 0.00% 8.02% 29.41%
26.67%

Color #BBAC84 in popluar number systems.

HEX BB AC 84
Decimal 187 172 132
Binary 10111011 10101100 10000100
Octal 273 254 204

Shades and tints

Shades of #BBAC84

#BBAC84
(187,172,132)
#AA9D78
(170,157,120)
#998E6C
(153,142,108)
#887F60
(136,127,96)
#777054
(119,112,84)
#666148
(102,97,72)
#55523C
(85,82,60)
#444330
(68,67,48)
#333424
(51,52,36)
#222518
(34,37,24)
#11160C
(17,22,12)
#000000
(0,0,0)

Tints of #BBAC84

#BBAC84
(187,172,132)
#C1B38F
(193,179,143)
#C7BA9A
(199,186,154)
#CDC1A5
(205,193,165)
#D3C8B0
(211,200,176)
#D9CFBB
(217,207,187)
#DFD6C6
(223,214,198)
#E5DDD1
(229,221,209)
#EBE4DC
(235,228,220)
#F1EBE7
(241,235,231)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAC84; }

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

This text font color is #BBAC84.

Background Color

.myBgColor { background-color: #BBAC84; }

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

This div background color is #BBAC84.

Border color

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

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

This div border color is #BBAC84.

Opacity

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

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

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

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

This text has shadow with #BBAC84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAC84.

Preview

Color preview on black background

This text has color #BBAC84 on black background.


Color preview on white background

This text has color #BBAC84 on white background.


Black color preview on #BBAC84 background

This text has black color on #BBAC84 background.


White color preview on #BBAC84 background

This text has white color on #BBAC84 background.


Related colors

Complementary color

Complementary color for #hex is #44537B.


I love getcolorcode.com

Triadic colors

1 #84BBAC and #AC84BB with #BBAC84 are triadic colors.

2 #84ACBB and #ACBB84 with #BBAC84 are triadic colors.