COLOR #BB8786

HEX: #BB8786
RGB: (187,135,134)

Color info

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

RGB color model

#BB8786 color RGB value is (187,135,134).

  • red value is 187;
  • green value is 135;
  • blue value is 134.
RGB:
(187,135,134)
(73%,53%,53%)

RGB channels and saturation

R 187 of 255 = 73%
G 135 of 255 = 53%
B 134 of 255 = 53%

187
135
134

R + G + B ~ 60%. #BB8786 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 135 + 134 = 456 (100%)
R 187 of 456 ~ 41.01%
G 135 of 456 ~ 29.61%
B 134 of 456 ~ 29.39%

%41.01
%29.61
%29.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.81%
  • yellow value is 28.34%
  • key color value is 26.67%
CMYK:
(0,28,28,27)
C0M28Y28K27 
(0%,28%,28%,27%)
(0.00/0.28/0.28/0.27)	

CMYK percentages

%0
%27.81
%28.34
%26.67

Codes

Color #BB8786 in popluar color models

BB8786
RGB187135134
HSL28.04%62.94%
HSB/HSV28.34%73.33%
CMYK0.00%27.81%28.34%
26.67%

Color #BB8786 in popluar number systems.

HEXBB8786
Decimal187135134
Binary101110111000011110000110
Octal273207206

Shades and tints

Shades of #BB8786

#BB8786
(187,135,134)
#AA7B7A
(170,123,122)
#996F6E
(153,111,110)
#886362
(136,99,98)
#775756
(119,87,86)
#664B4A
(102,75,74)
#553F3E
(85,63,62)
#443332
(68,51,50)
#332726
(51,39,38)
#221B1A
(34,27,26)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #BB8786

#BB8786
(187,135,134)
#C19191
(193,145,145)
#C79B9C
(199,155,156)
#CDA5A7
(205,165,167)
#D3AFB2
(211,175,178)
#D9B9BD
(217,185,189)
#DFC3C8
(223,195,200)
#E5CDD3
(229,205,211)
#EBD7DE
(235,215,222)
#F1E1E9
(241,225,233)
#F7EBF4
(247,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8786; }

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

This text font color is #BB8786.


Background Color

.myBgColor { background-color: #BB8786; }

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

This div background color is #BB8786.


Border color

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

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

This div border color is #BB8786.


Opacity

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

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

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

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

This text has shadow with #BB8786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8786 on black background.


Color preview on white background

This text has color #BB8786 on white background.



Black color preview on #BB8786 background

This text has black color on #BB8786 background.


White color preview on #BB8786 background

This text has white color on #BB8786 background.