COLOR #BB9684

HEX: #BB9684
RGB: (187,150,132)

Color info

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

RGB color model

#BB9684 color RGB value is (187,150,132).

  • red value is 187;
  • green value is 150;
  • blue value is 132.
RGB:
(187,150,132)
(73%,59%,52%)

RGB channels and saturation

R 187 of 255 = 73%
G 150 of 255 = 59%
B 132 of 255 = 52%

187
150
132

R + G + B ~ 61%. #BB9684 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 150 + 132 = 469 (100%)
R 187 of 469 ~ 39.87%
G 150 of 469 ~ 31.98%
B 132 of 469 ~ 28.14%

%39.87
%31.98
%28.14

CMYK color model

#BB9684 color CMYK value is (0,20,29,27).

  • cyan value is 0.00%
  • magenta value is 19.79%
  • yellow value is 29.41%
  • key color value is 26.67%
CMYK:
(0,20,29,27)
C0M20Y29K27 
(0%,20%,29%,27%)
(0.00/0.20/0.29/0.27)	

CMYK percentages

%0
%19.79
%29.41
%26.67

Codes

Color #BB9684 in popluar color models

BB9684
RGB187150132
HSL20°28.80%62.55%
HSB/HSV20°29.41%73.33%
CMYK0.00%19.79%29.41%
26.67%

Color #BB9684 in popluar number systems.

HEXBB9684
Decimal187150132
Binary101110111001011010000100
Octal273226204

Shades and tints

Shades of #BB9684

#BB9684
(187,150,132)
#AA8978
(170,137,120)
#997C6C
(153,124,108)
#886F60
(136,111,96)
#776254
(119,98,84)
#665548
(102,85,72)
#55483C
(85,72,60)
#443B30
(68,59,48)
#332E24
(51,46,36)
#222118
(34,33,24)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #BB9684

#BB9684
(187,150,132)
#C19F8F
(193,159,143)
#C7A89A
(199,168,154)
#CDB1A5
(205,177,165)
#D3BAB0
(211,186,176)
#D9C3BB
(217,195,187)
#DFCCC6
(223,204,198)
#E5D5D1
(229,213,209)
#EBDEDC
(235,222,220)
#F1E7E7
(241,231,231)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9684; }

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

This text font color is #BB9684.


Background Color

.myBgColor { background-color: #BB9684; }

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

This div background color is #BB9684.


Border color

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

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

This div border color is #BB9684.


Opacity

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

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

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

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

This text has shadow with #BB9684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9684 on black background.


Color preview on white background

This text has color #BB9684 on white background.



Black color preview on #BB9684 background

This text has black color on #BB9684 background.


White color preview on #BB9684 background

This text has white color on #BB9684 background.