COLOR #BB816F

HEX: #BB816F RGB: (187,129,111)

Color info

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

RGB color model

#BB816F color RGB value is (187,129,111).

RGB: (187,129,111) (73%, 51%, 44%)

RGB channels and saturation

R 187 of 255 = 73%
G 129 of 255 = 51%
B 111 of 255 = 44%

187
129
111

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

Portions of RGB colors in percentages

R + G + B = 187 + 129 + 111 = 427 (100%)
R 187 of 427 ~ 43.79%
G 129 of 427 ~ 30.21%
B 111 of 427 ~ 26'%

%43.79
%30.21
%26

CMYK color model

#BB816F color CMYK value is (0,31,41,27).

  • cyan value is 0.00%
  • magenta value is 31.02%
  • yellow value is 40.64%
  • key color value is 26.67%

CMYK: (0,31,41,27)
C0M31Y41K27 (0%, 31%, 41%, 27%)
(0.00 / 0.31 / 0.41 / 0.27)

CMYK percentages

%0
%31.02
%40.64
%26.67

Codes

Color #BB816F in popluar color models

BB 81 6F
RGB 187 129 111
HSL 14° 35.85% 58.43%
HSB/HSV 14° 40.64% 73.33%
CMYK 0.00% 31.02% 40.64%
26.67%

Color #BB816F in popluar number systems.

HEX BB 81 6F
Decimal 187 129 111
Binary 10111011 10000001 1101111
Octal 273 201 157

Shades and tints

Shades of #BB816F

#BB816F
(187,129,111)
#AA7665
(170,118,101)
#996B5B
(153,107,91)
#886051
(136,96,81)
#775547
(119,85,71)
#664A3D
(102,74,61)
#553F33
(85,63,51)
#443429
(68,52,41)
#33291F
(51,41,31)
#221E15
(34,30,21)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #BB816F

#BB816F
(187,129,111)
#C18C7C
(193,140,124)
#C79789
(199,151,137)
#CDA296
(205,162,150)
#D3ADA3
(211,173,163)
#D9B8B0
(217,184,176)
#DFC3BD
(223,195,189)
#E5CECA
(229,206,202)
#EBD9D7
(235,217,215)
#F1E4E4
(241,228,228)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB816F; }

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

This text font color is #BB816F.

Background Color

.myBgColor { background-color: #BB816F; }

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

This div background color is #BB816F.

Border color

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

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

This div border color is #BB816F.

Opacity

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

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

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

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

This text has shadow with #BB816F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB816F.

Preview

Color preview on black background

This text has color #BB816F on black background.


Color preview on white background

This text has color #BB816F on white background.


Black color preview on #BB816F background

This text has black color on #BB816F background.


White color preview on #BB816F background

This text has white color on #BB816F background.


Related colors

Complementary color

Complementary color for #hex is #447E90.


I love getcolorcode.com

Triadic colors

1 #6FBB81 and #816FBB with #BB816F are triadic colors.

2 #6F81BB and #81BB6F with #BB816F are triadic colors.