COLOR #B07E70

HEX: #B07E70
RGB: (176,126,112)

Color info

#B07E70 contains mainly red and green colors. Web safe color of #B07E70 is #996666 (or #966).

RGB color model

#B07E70 color RGB value is (176,126,112).

  • red value is 176;
  • green value is 126;
  • blue value is 112.
RGB:
(176,126,112)
(69%,49%,44%)

RGB channels and saturation

R 176 of 255 = 69%
G 126 of 255 = 49%
B 112 of 255 = 44%

176
126
112

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

Portions of RGB colors in percentages

R + G + B =
176 + 126 + 112 = 414 (100%)
R 176 of 414 ~ 42.51%
G 126 of 414 ~ 30.43%
B 112 of 414 ~ 27.05%

%42.51
%30.43
%27.05

CMYK color model

#B07E70 color CMYK value is (0,28,36,31).

  • cyan value is 0.00%
  • magenta value is 28.41%
  • yellow value is 36.36%
  • key color value is 30.98%
CMYK:
(0,28,36,31)
C0M28Y36K31 
(0%,28%,36%,31%)
(0.00/0.28/0.36/0.31)	

CMYK percentages

%0
%28.41
%36.36
%30.98

Codes

Color #B07E70 in popluar color models

B07E70
RGB176126112
HSL13°28.83%56.47%
HSB/HSV13°36.36%69.02%
CMYK0.00%28.41%36.36%
30.98%

Color #B07E70 in popluar number systems.

HEXB07E70
Decimal176126112
Binary1011000011111101110000
Octal260176160

Shades and tints

Shades of #B07E70

#B07E70
(176,126,112)
#A07366
(160,115,102)
#90685C
(144,104,92)
#805D52
(128,93,82)
#705248
(112,82,72)
#60473E
(96,71,62)
#503C34
(80,60,52)
#40312A
(64,49,42)
#302620
(48,38,32)
#201B16
(32,27,22)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #B07E70

#B07E70
(176,126,112)
#B7897D
(183,137,125)
#BE948A
(190,148,138)
#C59F97
(197,159,151)
#CCAAA4
(204,170,164)
#D3B5B1
(211,181,177)
#DAC0BE
(218,192,190)
#E1CBCB
(225,203,203)
#E8D6D8
(232,214,216)
#EFE1E5
(239,225,229)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07E70 color. Also use rgb(176,126,112) instead hex code.

Text Font Color

.myTextColor { color: #B07E70; }

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

This text font color is #B07E70.


Background Color

.myBgColor { background-color: #B07E70; }

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

This div background color is #B07E70.


Border color

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

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

This div border color is #B07E70.


Opacity

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

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

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

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

This text has shadow with #B07E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07E70 on black background.


Color preview on white background

This text has color #B07E70 on white background.



Black color preview on #B07E70 background

This text has black color on #B07E70 background.


White color preview on #B07E70 background

This text has white color on #B07E70 background.