COLOR #BB8B81

HEX: #BB8B81 RGB: (187,139,129)

Color info

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

RGB color model

#BB8B81 color RGB value is (187,139,129).

RGB: (187,139,129) (73%, 55%, 51%)

RGB channels and saturation

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

187
139
129

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

Portions of RGB colors in percentages

R + G + B = 187 + 139 + 129 = 455 (100%)
R 187 of 455 ~ 41.1%
G 139 of 455 ~ 30.55%
B 129 of 455 ~ 28.35'%

%41.1
%30.55
%28.35

CMYK color model

#BB8B81 color CMYK value is (0,26,31,27).

  • cyan value is 0.00%
  • magenta value is 25.67%
  • yellow value is 31.02%
  • key color value is 26.67%
CMYK: (0,26,31,27) C0M26Y31K27 (0%,26%,31%,27%) (0.00/0.26/0.31/0.27) 

CMYK percentages

%0
%25.67
%31.02
%26.67

Codes

Color #BB8B81 in popluar color models

BB 8B 81
RGB 187 139 129
HSL 10° 29.90% 61.96%
HSB/HSV 10° 31.02% 73.33%
CMYK 0.00% 25.67% 31.02%
26.67%

Color #BB8B81 in popluar number systems.

HEX BB 8B 81
Decimal 187 139 129
Binary 10111011 10001011 10000001
Octal 273 213 201

Shades and tints

Shades of #BB8B81

#BB8B81
(187,139,129)
#AA7F76
(170,127,118)
#99736B
(153,115,107)
#886760
(136,103,96)
#775B55
(119,91,85)
#664F4A
(102,79,74)
#55433F
(85,67,63)
#443734
(68,55,52)
#332B29
(51,43,41)
#221F1E
(34,31,30)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #BB8B81

#BB8B81
(187,139,129)
#C1958C
(193,149,140)
#C79F97
(199,159,151)
#CDA9A2
(205,169,162)
#D3B3AD
(211,179,173)
#D9BDB8
(217,189,184)
#DFC7C3
(223,199,195)
#E5D1CE
(229,209,206)
#EBDBD9
(235,219,217)
#F1E5E4
(241,229,228)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8B81; }

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

This text font color is #BB8B81.

Background Color

.myBgColor { background-color: #BB8B81; }

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

This div background color is #BB8B81.

Border color

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

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

This div border color is #BB8B81.

Opacity

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

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

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

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

This text has shadow with #BB8B81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8B81.

Preview

Color preview on black background

This text has color #BB8B81 on black background.


Color preview on white background

This text has color #BB8B81 on white background.


Black color preview on #BB8B81 background

This text has black color on #BB8B81 background.


White color preview on #BB8B81 background

This text has white color on #BB8B81 background.


Related colors

Complementary color

Complementary color for #hex is #44747E.


I love getcolorcode.com

Triadic colors

1 #81BB8B and #8B81BB with #BB8B81 are triadic colors.

2 #818BBB and #8BBB81 with #BB8B81 are triadic colors.