COLOR #BB9F84

HEX: #BB9F84 RGB: (187,159,132)

Color info

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

RGB color model

#BB9F84 color RGB value is (187,159,132).

RGB: (187,159,132) (73%, 62%, 52%)

RGB channels and saturation

R 187 of 255 = 73%
G 159 of 255 = 62%
B 132 of 255 = 52%

187
159
132

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

Portions of RGB colors in percentages

R + G + B = 187 + 159 + 132 = 478 (100%)
R 187 of 478 ~ 39.12%
G 159 of 478 ~ 33.26%
B 132 of 478 ~ 27.62'%

%39.12
%33.26
%27.62

CMYK color model

#BB9F84 color CMYK value is (0,15,29,27).

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

CMYK: (0,15,29,27)
C0M15Y29K27 (0%, 15%, 29%, 27%)
(0.00 / 0.15 / 0.29 / 0.27)

CMYK percentages

%0
%14.97
%29.41
%26.67

Codes

Color #BB9F84 in popluar color models

BB 9F 84
RGB 187 159 132
HSL 29° 28.80% 62.55%
HSB/HSV 29° 29.41% 73.33%
CMYK 0.00% 14.97% 29.41%
26.67%

Color #BB9F84 in popluar number systems.

HEX BB 9F 84
Decimal 187 159 132
Binary 10111011 10011111 10000100
Octal 273 237 204

Shades and tints

Shades of #BB9F84

#BB9F84
(187,159,132)
#AA9178
(170,145,120)
#99836C
(153,131,108)
#887560
(136,117,96)
#776754
(119,103,84)
#665948
(102,89,72)
#554B3C
(85,75,60)
#443D30
(68,61,48)
#332F24
(51,47,36)
#222118
(34,33,24)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #BB9F84

#BB9F84
(187,159,132)
#C1A78F
(193,167,143)
#C7AF9A
(199,175,154)
#CDB7A5
(205,183,165)
#D3BFB0
(211,191,176)
#D9C7BB
(217,199,187)
#DFCFC6
(223,207,198)
#E5D7D1
(229,215,209)
#EBDFDC
(235,223,220)
#F1E7E7
(241,231,231)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9F84; }

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

This text font color is #BB9F84.

Background Color

.myBgColor { background-color: #BB9F84; }

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

This div background color is #BB9F84.

Border color

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

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

This div border color is #BB9F84.

Opacity

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

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

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

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

This text has shadow with #BB9F84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9F84.

Preview

Color preview on black background

This text has color #BB9F84 on black background.


Color preview on white background

This text has color #BB9F84 on white background.


Black color preview on #BB9F84 background

This text has black color on #BB9F84 background.


White color preview on #BB9F84 background

This text has white color on #BB9F84 background.


Related colors

Complementary color

Complementary color for #hex is #44607B.


I love getcolorcode.com

Triadic colors

1 #84BB9F and #9F84BB with #BB9F84 are triadic colors.

2 #849FBB and #9FBB84 with #BB9F84 are triadic colors.