COLOR #BB8381

HEX: #BB8381
RGB: (187,131,129)

Color info

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

RGB color model

#BB8381 color RGB value is (187,131,129).

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

RGB channels and saturation

R 187 of 255 = 73%
G 131 of 255 = 51%
B 129 of 255 = 51%

187
131
129

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

Portions of RGB colors in percentages

R + G + B =
187 + 131 + 129 = 447 (100%)
R 187 of 447 ~ 41.83%
G 131 of 447 ~ 29.31%
B 129 of 447 ~ 28.86%

%41.83
%29.31
%28.86

CMYK color model

#BB8381 color CMYK value is (0,30,31,27).

  • cyan value is 0.00%
  • magenta value is 29.95%
  • yellow value is 31.02%
  • key color value is 26.67%
CMYK:
(0,30,31,27)
C0M30Y31K27 
(0%,30%,31%,27%)
(0.00/0.30/0.31/0.27)	

CMYK percentages

%0
%29.95
%31.02
%26.67

Codes

Color #BB8381 in popluar color models

BB8381
RGB187131129
HSL29.90%61.96%
HSB/HSV31.02%73.33%
CMYK0.00%29.95%31.02%
26.67%

Color #BB8381 in popluar number systems.

HEXBB8381
Decimal187131129
Binary101110111000001110000001
Octal273203201

Shades and tints

Shades of #BB8381

#BB8381
(187,131,129)
#AA7876
(170,120,118)
#996D6B
(153,109,107)
#886260
(136,98,96)
#775755
(119,87,85)
#664C4A
(102,76,74)
#55413F
(85,65,63)
#443634
(68,54,52)
#332B29
(51,43,41)
#22201E
(34,32,30)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #BB8381

#BB8381
(187,131,129)
#C18E8C
(193,142,140)
#C79997
(199,153,151)
#CDA4A2
(205,164,162)
#D3AFAD
(211,175,173)
#D9BAB8
(217,186,184)
#DFC5C3
(223,197,195)
#E5D0CE
(229,208,206)
#EBDBD9
(235,219,217)
#F1E6E4
(241,230,228)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8381; }

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

This text font color is #BB8381.


Background Color

.myBgColor { background-color: #BB8381; }

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

This div background color is #BB8381.


Border color

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

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

This div border color is #BB8381.


Opacity

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

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

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

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

This text has shadow with #BB8381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8381 on black background.


Color preview on white background

This text has color #BB8381 on white background.



Black color preview on #BB8381 background

This text has black color on #BB8381 background.


White color preview on #BB8381 background

This text has white color on #BB8381 background.