COLOR #B06E59

HEX: #B06E59
RGB: (176,110,89)

Color info

#B06E59 contains mainly red color. Web safe color of #B06E59 is #996666 (or #966).

RGB color model

#B06E59 color RGB value is (176,110,89).

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

RGB channels and saturation

R 176 of 255 = 69%
G 110 of 255 = 43%
B 89 of 255 = 35%

176
110
89

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

Portions of RGB colors in percentages

R + G + B =
176 + 110 + 89 = 375 (100%)
R 176 of 375 ~ 46.93%
G 110 of 375 ~ 29.33%
B 89 of 375 ~ 23.73%

%46.93
%29.33
%23.73

CMYK color model

#B06E59 color CMYK value is (0,38,49,31).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 49.43%
  • key color value is 30.98%
CMYK:
(0,38,49,31)
C0M38Y49K31 
(0%,38%,49%,31%)
(0.00/0.38/0.49/0.31)	

CMYK percentages

%0
%37.5
%49.43
%30.98

Codes

Color #B06E59 in popluar color models

B06E59
RGB17611089
HSL14°35.51%51.96%
HSB/HSV14°49.43%69.02%
CMYK0.00%37.50%49.43%
30.98%

Color #B06E59 in popluar number systems.

HEXB06E59
Decimal17611089
Binary1011000011011101011001
Octal260156131

Shades and tints

Shades of #B06E59

#B06E59
(176,110,89)
#A06451
(160,100,81)
#905A49
(144,90,73)
#805041
(128,80,65)
#704639
(112,70,57)
#603C31
(96,60,49)
#503229
(80,50,41)
#402821
(64,40,33)
#301E19
(48,30,25)
#201411
(32,20,17)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #B06E59

#B06E59
(176,110,89)
#B77B68
(183,123,104)
#BE8877
(190,136,119)
#C59586
(197,149,134)
#CCA295
(204,162,149)
#D3AFA4
(211,175,164)
#DABCB3
(218,188,179)
#E1C9C2
(225,201,194)
#E8D6D1
(232,214,209)
#EFE3E0
(239,227,224)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B06E59; }

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

This text font color is #B06E59.


Background Color

.myBgColor { background-color: #B06E59; }

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

This div background color is #B06E59.


Border color

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

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

This div border color is #B06E59.


Opacity

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

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

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

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

This text has shadow with #B06E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06E59 on black background.


Color preview on white background

This text has color #B06E59 on white background.



Black color preview on #B06E59 background

This text has black color on #B06E59 background.


White color preview on #B06E59 background

This text has white color on #B06E59 background.