COLOR #BB8377

HEX: #BB8377
RGB: (187,131,119)

Color info

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

RGB color model

#BB8377 color RGB value is (187,131,119).

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

RGB channels and saturation

R 187 of 255 = 73%
G 131 of 255 = 51%
B 119 of 255 = 47%

187
131
119

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

Portions of RGB colors in percentages

R + G + B =
187 + 131 + 119 = 437 (100%)
R 187 of 437 ~ 42.79%
G 131 of 437 ~ 29.98%
B 119 of 437 ~ 27.23%

%42.79
%29.98
%27.23

CMYK color model

#BB8377 color CMYK value is (0,30,36,27).

  • cyan value is 0.00%
  • magenta value is 29.95%
  • yellow value is 36.36%
  • key color value is 26.67%
CMYK:
(0,30,36,27)
C0M30Y36K27 
(0%,30%,36%,27%)
(0.00/0.30/0.36/0.27)	

CMYK percentages

%0
%29.95
%36.36
%26.67

Codes

Color #BB8377 in popluar color models

BB8377
RGB187131119
HSL11°33.33%60.00%
HSB/HSV11°36.36%73.33%
CMYK0.00%29.95%36.36%
26.67%

Color #BB8377 in popluar number systems.

HEXBB8377
Decimal187131119
Binary10111011100000111110111
Octal273203167

Shades and tints

Shades of #BB8377

#BB8377
(187,131,119)
#AA786D
(170,120,109)
#996D63
(153,109,99)
#886259
(136,98,89)
#77574F
(119,87,79)
#664C45
(102,76,69)
#55413B
(85,65,59)
#443631
(68,54,49)
#332B27
(51,43,39)
#22201D
(34,32,29)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #BB8377

#BB8377
(187,131,119)
#C18E83
(193,142,131)
#C7998F
(199,153,143)
#CDA49B
(205,164,155)
#D3AFA7
(211,175,167)
#D9BAB3
(217,186,179)
#DFC5BF
(223,197,191)
#E5D0CB
(229,208,203)
#EBDBD7
(235,219,215)
#F1E6E3
(241,230,227)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8377; }

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

This text font color is #BB8377.


Background Color

.myBgColor { background-color: #BB8377; }

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

This div background color is #BB8377.


Border color

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

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

This div border color is #BB8377.


Opacity

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

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

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

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

This text has shadow with #BB8377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8377 on black background.


Color preview on white background

This text has color #BB8377 on white background.



Black color preview on #BB8377 background

This text has black color on #BB8377 background.


White color preview on #BB8377 background

This text has white color on #BB8377 background.