COLOR #B06862

HEX: #B06862
RGB: (176,104,98)

Color info

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

RGB color model

#B06862 color RGB value is (176,104,98).

  • red value is 176;
  • green value is 104;
  • blue value is 98.
RGB:
(176,104,98)
(69%,41%,38%)

RGB channels and saturation

R 176 of 255 = 69%
G 104 of 255 = 41%
B 98 of 255 = 38%

176
104
98

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

Portions of RGB colors in percentages

R + G + B =
176 + 104 + 98 = 378 (100%)
R 176 of 378 ~ 46.56%
G 104 of 378 ~ 27.51%
B 98 of 378 ~ 25.93%

%46.56
%27.51
%25.93

CMYK color model

#B06862 color CMYK value is (0,41,44,31).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 44.32%
  • key color value is 30.98%
CMYK:
(0,41,44,31)
C0M41Y44K31 
(0%,41%,44%,31%)
(0.00/0.41/0.44/0.31)	

CMYK percentages

%0
%40.91
%44.32
%30.98

Codes

Color #B06862 in popluar color models

B06862
RGB17610498
HSL33.05%53.73%
HSB/HSV44.32%69.02%
CMYK0.00%40.91%44.32%
30.98%

Color #B06862 in popluar number systems.

HEXB06862
Decimal17610498
Binary1011000011010001100010
Octal260150142

Shades and tints

Shades of #B06862

#B06862
(176,104,98)
#A05F5A
(160,95,90)
#905652
(144,86,82)
#804D4A
(128,77,74)
#704442
(112,68,66)
#603B3A
(96,59,58)
#503232
(80,50,50)
#40292A
(64,41,42)
#302022
(48,32,34)
#20171A
(32,23,26)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #B06862

#B06862
(176,104,98)
#B77570
(183,117,112)
#BE827E
(190,130,126)
#C58F8C
(197,143,140)
#CC9C9A
(204,156,154)
#D3A9A8
(211,169,168)
#DAB6B6
(218,182,182)
#E1C3C4
(225,195,196)
#E8D0D2
(232,208,210)
#EFDDE0
(239,221,224)
#F6EAEE
(246,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06862 color. Also use rgb(176,104,98) instead hex code.

Text Font Color

.myTextColor { color: #B06862; }

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

This text font color is #B06862.


Background Color

.myBgColor { background-color: #B06862; }

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

This div background color is #B06862.


Border color

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

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

This div border color is #B06862.


Opacity

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

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

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

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

This text has shadow with #B06862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06862 on black background.


Color preview on white background

This text has color #B06862 on white background.



Black color preview on #B06862 background

This text has black color on #B06862 background.


White color preview on #B06862 background

This text has white color on #B06862 background.