COLOR #B07876

HEX: #B07876
RGB: (176,120,118)

Color info

#B07876 contains red, green and blue colors in about the same proportion. Web safe color of #B07876 is #996666 (or #966).

RGB color model

#B07876 color RGB value is (176,120,118).

  • red value is 176;
  • green value is 120;
  • blue value is 118.
RGB:
(176,120,118)
(69%,47%,46%)

RGB channels and saturation

R 176 of 255 = 69%
G 120 of 255 = 47%
B 118 of 255 = 46%

176
120
118

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

Portions of RGB colors in percentages

R + G + B =
176 + 120 + 118 = 414 (100%)
R 176 of 414 ~ 42.51%
G 120 of 414 ~ 28.99%
B 118 of 414 ~ 28.5%

%42.51
%28.99
%28.5

CMYK color model

#B07876 color CMYK value is (0,32,33,31).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 32.95%
  • key color value is 30.98%
CMYK:
(0,32,33,31)
C0M32Y33K31 
(0%,32%,33%,31%)
(0.00/0.32/0.33/0.31)	

CMYK percentages

%0
%31.82
%32.95
%30.98

Codes

Color #B07876 in popluar color models

B07876
RGB176120118
HSL26.85%57.65%
HSB/HSV32.95%69.02%
CMYK0.00%31.82%32.95%
30.98%

Color #B07876 in popluar number systems.

HEXB07876
Decimal176120118
Binary1011000011110001110110
Octal260170166

Shades and tints

Shades of #B07876

#B07876
(176,120,118)
#A06E6C
(160,110,108)
#906462
(144,100,98)
#805A58
(128,90,88)
#70504E
(112,80,78)
#604644
(96,70,68)
#503C3A
(80,60,58)
#403230
(64,50,48)
#302826
(48,40,38)
#201E1C
(32,30,28)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #B07876

#B07876
(176,120,118)
#B78482
(183,132,130)
#BE908E
(190,144,142)
#C59C9A
(197,156,154)
#CCA8A6
(204,168,166)
#D3B4B2
(211,180,178)
#DAC0BE
(218,192,190)
#E1CCCA
(225,204,202)
#E8D8D6
(232,216,214)
#EFE4E2
(239,228,226)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07876 color. Also use rgb(176,120,118) instead hex code.

Text Font Color

.myTextColor { color: #B07876; }

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

This text font color is #B07876.


Background Color

.myBgColor { background-color: #B07876; }

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

This div background color is #B07876.


Border color

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

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

This div border color is #B07876.


Opacity

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

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

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

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

This text has shadow with #B07876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07876 on black background.


Color preview on white background

This text has color #B07876 on white background.



Black color preview on #B07876 background

This text has black color on #B07876 background.


White color preview on #B07876 background

This text has white color on #B07876 background.