COLOR #BB9586

HEX: #BB9586 RGB: (187,149,134)

Color info

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

RGB color model

#BB9586 color RGB value is (187,149,134).

RGB: (187,149,134) (73%, 58%, 53%)

RGB channels and saturation

R 187 of 255 = 73%
G 149 of 255 = 58%
B 134 of 255 = 53%

187
149
134

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

Portions of RGB colors in percentages

R + G + B = 187 + 149 + 134 = 470 (100%)
R 187 of 470 ~ 39.79%
G 149 of 470 ~ 31.7%
B 134 of 470 ~ 28.51'%

%39.79
%31.7
%28.51

CMYK color model

#BB9586 color CMYK value is (0,20,28,27).

  • cyan value is 0.00%
  • magenta value is 20.32%
  • yellow value is 28.34%
  • key color value is 26.67%

CMYK: (0,20,28,27)
C0M20Y28K27 (0%, 20%, 28%, 27%)
(0.00 / 0.20 / 0.28 / 0.27)

CMYK percentages

%0
%20.32
%28.34
%26.67

Codes

Color #BB9586 in popluar color models

BB 95 86
RGB 187 149 134
HSL 17° 28.04% 62.94%
HSB/HSV 17° 28.34% 73.33%
CMYK 0.00% 20.32% 28.34%
26.67%

Color #BB9586 in popluar number systems.

HEX BB 95 86
Decimal 187 149 134
Binary 10111011 10010101 10000110
Octal 273 225 206

Shades and tints

Shades of #BB9586

#BB9586
(187,149,134)
#AA887A
(170,136,122)
#997B6E
(153,123,110)
#886E62
(136,110,98)
#776156
(119,97,86)
#66544A
(102,84,74)
#55473E
(85,71,62)
#443A32
(68,58,50)
#332D26
(51,45,38)
#22201A
(34,32,26)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #BB9586

#BB9586
(187,149,134)
#C19E91
(193,158,145)
#C7A79C
(199,167,156)
#CDB0A7
(205,176,167)
#D3B9B2
(211,185,178)
#D9C2BD
(217,194,189)
#DFCBC8
(223,203,200)
#E5D4D3
(229,212,211)
#EBDDDE
(235,221,222)
#F1E6E9
(241,230,233)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9586 color. Also use rgb(187,149,134) instead hex code.

Text Font Color

.myTextColor { color: #BB9586; }

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

This text font color is #BB9586.

Background Color

.myBgColor { background-color: #BB9586; }

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

This div background color is #BB9586.

Border color

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

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

This div border color is #BB9586.

Opacity

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

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

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

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

This text has shadow with #BB9586 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9586.

Preview

Color preview on black background

This text has color #BB9586 on black background.


Color preview on white background

This text has color #BB9586 on white background.


Black color preview on #BB9586 background

This text has black color on #BB9586 background.


White color preview on #BB9586 background

This text has white color on #BB9586 background.


Related colors

Complementary color

Complementary color for #hex is #446A79.


I love getcolorcode.com

Triadic colors

1 #86BB95 and #9586BB with #BB9586 are triadic colors.

2 #8695BB and #95BB86 with #BB9586 are triadic colors.