COLOR #BB816B

HEX: #BB816B
RGB: (187,129,107)

Color info

#BB816B contains mainly red and green colors. Web safe color of #BB816B is #CC9966 (or #C96).

RGB color model

#BB816B color RGB value is (187,129,107).

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

RGB channels and saturation

R 187 of 255 = 73%
G 129 of 255 = 51%
B 107 of 255 = 42%

187
129
107

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

Portions of RGB colors in percentages

R + G + B =
187 + 129 + 107 = 423 (100%)
R 187 of 423 ~ 44.21%
G 129 of 423 ~ 30.5%
B 107 of 423 ~ 25.3%

%44.21
%30.5
%25.3

CMYK color model

#BB816B color CMYK value is (0,31,43,27).

  • cyan value is 0.00%
  • magenta value is 31.02%
  • yellow value is 42.78%
  • key color value is 26.67%
CMYK:
(0,31,43,27)
C0M31Y43K27 
(0%,31%,43%,27%)
(0.00/0.31/0.43/0.27)	

CMYK percentages

%0
%31.02
%42.78
%26.67

Codes

Color #BB816B in popluar color models

BB816B
RGB187129107
HSL17°37.04%57.65%
HSB/HSV17°42.78%73.33%
CMYK0.00%31.02%42.78%
26.67%

Color #BB816B in popluar number systems.

HEXBB816B
Decimal187129107
Binary10111011100000011101011
Octal273201153

Shades and tints

Shades of #BB816B

#BB816B
(187,129,107)
#AA7662
(170,118,98)
#996B59
(153,107,89)
#886050
(136,96,80)
#775547
(119,85,71)
#664A3E
(102,74,62)
#553F35
(85,63,53)
#44342C
(68,52,44)
#332923
(51,41,35)
#221E1A
(34,30,26)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #BB816B

#BB816B
(187,129,107)
#C18C78
(193,140,120)
#C79785
(199,151,133)
#CDA292
(205,162,146)
#D3AD9F
(211,173,159)
#D9B8AC
(217,184,172)
#DFC3B9
(223,195,185)
#E5CEC6
(229,206,198)
#EBD9D3
(235,217,211)
#F1E4E0
(241,228,224)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB816B; }

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

This text font color is #BB816B.


Background Color

.myBgColor { background-color: #BB816B; }

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

This div background color is #BB816B.


Border color

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

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

This div border color is #BB816B.


Opacity

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

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

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

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

This text has shadow with #BB816B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB816B on black background.


Color preview on white background

This text has color #BB816B on white background.



Black color preview on #BB816B background

This text has black color on #BB816B background.


White color preview on #BB816B background

This text has white color on #BB816B background.