COLOR #BB8D81

HEX: #BB8D81
RGB: (187,141,129)

Color info

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

RGB color model

#BB8D81 color RGB value is (187,141,129).

  • red value is 187;
  • green value is 141;
  • blue value is 129.
RGB:
(187,141,129)
(73%,55%,51%)

RGB channels and saturation

R 187 of 255 = 73%
G 141 of 255 = 55%
B 129 of 255 = 51%

187
141
129

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

Portions of RGB colors in percentages

R + G + B =
187 + 141 + 129 = 457 (100%)
R 187 of 457 ~ 40.92%
G 141 of 457 ~ 30.85%
B 129 of 457 ~ 28.23%

%40.92
%30.85
%28.23

CMYK color model

#BB8D81 color CMYK value is (0,25,31,27).

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 31.02%
  • key color value is 26.67%
CMYK:
(0,25,31,27)
C0M25Y31K27 
(0%,25%,31%,27%)
(0.00/0.25/0.31/0.27)	

CMYK percentages

%0
%24.6
%31.02
%26.67

Codes

Color #BB8D81 in popluar color models

BB8D81
RGB187141129
HSL12°29.90%61.96%
HSB/HSV12°31.02%73.33%
CMYK0.00%24.60%31.02%
26.67%

Color #BB8D81 in popluar number systems.

HEXBB8D81
Decimal187141129
Binary101110111000110110000001
Octal273215201

Shades and tints

Shades of #BB8D81

#BB8D81
(187,141,129)
#AA8176
(170,129,118)
#99756B
(153,117,107)
#886960
(136,105,96)
#775D55
(119,93,85)
#66514A
(102,81,74)
#55453F
(85,69,63)
#443934
(68,57,52)
#332D29
(51,45,41)
#22211E
(34,33,30)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #BB8D81

#BB8D81
(187,141,129)
#C1978C
(193,151,140)
#C7A197
(199,161,151)
#CDABA2
(205,171,162)
#D3B5AD
(211,181,173)
#D9BFB8
(217,191,184)
#DFC9C3
(223,201,195)
#E5D3CE
(229,211,206)
#EBDDD9
(235,221,217)
#F1E7E4
(241,231,228)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8D81 color. Also use rgb(187,141,129) instead hex code.

Text Font Color

.myTextColor { color: #BB8D81; }

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

This text font color is #BB8D81.


Background Color

.myBgColor { background-color: #BB8D81; }

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

This div background color is #BB8D81.


Border color

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

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

This div border color is #BB8D81.


Opacity

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

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

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

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

This text has shadow with #BB8D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8D81 on black background.


Color preview on white background

This text has color #BB8D81 on white background.



Black color preview on #BB8D81 background

This text has black color on #BB8D81 background.


White color preview on #BB8D81 background

This text has white color on #BB8D81 background.