COLOR #B06E47

HEX: #B06E47
RGB: (176,110,71)

Color info

#B06E47 contains mainly red color. Web safe color of #B06E47 is #996633 (or #963).

RGB color model

#B06E47 color RGB value is (176,110,71).

  • red value is 176;
  • green value is 110;
  • blue value is 71.
RGB:
(176,110,71)
(69%,43%,28%)

RGB channels and saturation

R 176 of 255 = 69%
G 110 of 255 = 43%
B 71 of 255 = 28%

176
110
71

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

Portions of RGB colors in percentages

R + G + B =
176 + 110 + 71 = 357 (100%)
R 176 of 357 ~ 49.3%
G 110 of 357 ~ 30.81%
B 71 of 357 ~ 19.89%

%49.3
%30.81
%19.89

CMYK color model

#B06E47 color CMYK value is (0,38,60,31).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 59.66%
  • key color value is 30.98%
CMYK:
(0,38,60,31)
C0M38Y60K31 
(0%,38%,60%,31%)
(0.00/0.38/0.60/0.31)	

CMYK percentages

%0
%37.5
%59.66
%30.98

Codes

Color #B06E47 in popluar color models

B06E47
RGB17611071
HSL22°42.51%48.43%
HSB/HSV22°59.66%69.02%
CMYK0.00%37.50%59.66%
30.98%

Color #B06E47 in popluar number systems.

HEXB06E47
Decimal17611071
Binary1011000011011101000111
Octal260156107

Shades and tints

Shades of #B06E47

#B06E47
(176,110,71)
#A06441
(160,100,65)
#905A3B
(144,90,59)
#805035
(128,80,53)
#70462F
(112,70,47)
#603C29
(96,60,41)
#503223
(80,50,35)
#40281D
(64,40,29)
#301E17
(48,30,23)
#201411
(32,20,17)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #B06E47

#B06E47
(176,110,71)
#B77B57
(183,123,87)
#BE8867
(190,136,103)
#C59577
(197,149,119)
#CCA287
(204,162,135)
#D3AF97
(211,175,151)
#DABCA7
(218,188,167)
#E1C9B7
(225,201,183)
#E8D6C7
(232,214,199)
#EFE3D7
(239,227,215)
#F6F0E7
(246,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06E47 color. Also use rgb(176,110,71) instead hex code.

Text Font Color

.myTextColor { color: #B06E47; }

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

This text font color is #B06E47.


Background Color

.myBgColor { background-color: #B06E47; }

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

This div background color is #B06E47.


Border color

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

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

This div border color is #B06E47.


Opacity

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

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

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

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

This text has shadow with #B06E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06E47 on black background.


Color preview on white background

This text has color #B06E47 on white background.



Black color preview on #B06E47 background

This text has black color on #B06E47 background.


White color preview on #B06E47 background

This text has white color on #B06E47 background.