COLOR #BB8F81

HEX: #BB8F81
RGB: (187,143,129)

Color info

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

RGB color model

#BB8F81 color RGB value is (187,143,129).

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

RGB channels and saturation

R 187 of 255 = 73%
G 143 of 255 = 56%
B 129 of 255 = 51%

187
143
129

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

Portions of RGB colors in percentages

R + G + B =
187 + 143 + 129 = 459 (100%)
R 187 of 459 ~ 40.74%
G 143 of 459 ~ 31.15%
B 129 of 459 ~ 28.1%

%40.74
%31.15
%28.1

CMYK color model

#BB8F81 color CMYK value is (0,24,31,27).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 31.02%
  • key color value is 26.67%
CMYK:
(0,24,31,27)
C0M24Y31K27 
(0%,24%,31%,27%)
(0.00/0.24/0.31/0.27)	

CMYK percentages

%0
%23.53
%31.02
%26.67

Codes

Color #BB8F81 in popluar color models

BB8F81
RGB187143129
HSL14°29.90%61.96%
HSB/HSV14°31.02%73.33%
CMYK0.00%23.53%31.02%
26.67%

Color #BB8F81 in popluar number systems.

HEXBB8F81
Decimal187143129
Binary101110111000111110000001
Octal273217201

Shades and tints

Shades of #BB8F81

#BB8F81
(187,143,129)
#AA8276
(170,130,118)
#99756B
(153,117,107)
#886860
(136,104,96)
#775B55
(119,91,85)
#664E4A
(102,78,74)
#55413F
(85,65,63)
#443434
(68,52,52)
#332729
(51,39,41)
#221A1E
(34,26,30)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #BB8F81

#BB8F81
(187,143,129)
#C1998C
(193,153,140)
#C7A397
(199,163,151)
#CDADA2
(205,173,162)
#D3B7AD
(211,183,173)
#D9C1B8
(217,193,184)
#DFCBC3
(223,203,195)
#E5D5CE
(229,213,206)
#EBDFD9
(235,223,217)
#F1E9E4
(241,233,228)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8F81; }

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

This text font color is #BB8F81.


Background Color

.myBgColor { background-color: #BB8F81; }

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

This div background color is #BB8F81.


Border color

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

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

This div border color is #BB8F81.


Opacity

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

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

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

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

This text has shadow with #BB8F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8F81 on black background.


Color preview on white background

This text has color #BB8F81 on white background.



Black color preview on #BB8F81 background

This text has black color on #BB8F81 background.


White color preview on #BB8F81 background

This text has white color on #BB8F81 background.