COLOR #BBA884

HEX: #BBA884 RGB: (187,168,132)

Color info

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

RGB color model

#BBA884 color RGB value is (187,168,132).

RGB: (187,168,132) (73%, 66%, 52%)

RGB channels and saturation

R 187 of 255 = 73%
G 168 of 255 = 66%
B 132 of 255 = 52%

187
168
132

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

Portions of RGB colors in percentages

R + G + B = 187 + 168 + 132 = 487 (100%)
R 187 of 487 ~ 38.4%
G 168 of 487 ~ 34.5%
B 132 of 487 ~ 27.1'%

%38.4
%34.5
%27.1

CMYK color model

#BBA884 color CMYK value is (0,10,29,27).

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

CMYK: (0,10,29,27)
C0M10Y29K27 (0%, 10%, 29%, 27%)
(0.00 / 0.10 / 0.29 / 0.27)

CMYK percentages

%0
%10.16
%29.41
%26.67

Codes

Color #BBA884 in popluar color models

BB A8 84
RGB 187 168 132
HSL 39° 28.80% 62.55%
HSB/HSV 39° 29.41% 73.33%
CMYK 0.00% 10.16% 29.41%
26.67%

Color #BBA884 in popluar number systems.

HEX BB A8 84
Decimal 187 168 132
Binary 10111011 10101000 10000100
Octal 273 250 204

Shades and tints

Shades of #BBA884

#BBA884
(187,168,132)
#AA9978
(170,153,120)
#998A6C
(153,138,108)
#887B60
(136,123,96)
#776C54
(119,108,84)
#665D48
(102,93,72)
#554E3C
(85,78,60)
#443F30
(68,63,48)
#333024
(51,48,36)
#222118
(34,33,24)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #BBA884

#BBA884
(187,168,132)
#C1AF8F
(193,175,143)
#C7B69A
(199,182,154)
#CDBDA5
(205,189,165)
#D3C4B0
(211,196,176)
#D9CBBB
(217,203,187)
#DFD2C6
(223,210,198)
#E5D9D1
(229,217,209)
#EBE0DC
(235,224,220)
#F1E7E7
(241,231,231)
#F7EEF2
(247,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA884; }

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

This text font color is #BBA884.

Background Color

.myBgColor { background-color: #BBA884; }

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

This div background color is #BBA884.

Border color

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

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

This div border color is #BBA884.

Opacity

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

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

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

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

This text has shadow with #BBA884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA884.

Preview

Color preview on black background

This text has color #BBA884 on black background.


Color preview on white background

This text has color #BBA884 on white background.


Black color preview on #BBA884 background

This text has black color on #BBA884 background.


White color preview on #BBA884 background

This text has white color on #BBA884 background.


Related colors

Complementary color

Complementary color for #hex is #44577B.


I love getcolorcode.com

Triadic colors

1 #84BBA8 and #A884BB with #BBA884 are triadic colors.

2 #84A8BB and #A8BB84 with #BBA884 are triadic colors.