COLOR #B06872

HEX: #B06872
RGB: (176,104,114)

Color info

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

RGB color model

#B06872 color RGB value is (176,104,114).

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

RGB channels and saturation

R 176 of 255 = 69%
G 104 of 255 = 41%
B 114 of 255 = 45%

176
104
114

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

Portions of RGB colors in percentages

R + G + B =
176 + 104 + 114 = 394 (100%)
R 176 of 394 ~ 44.67%
G 104 of 394 ~ 26.4%
B 114 of 394 ~ 28.93%

%44.67
%26.4
%28.93

CMYK color model

#B06872 color CMYK value is (0,41,35,31).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 35.23%
  • key color value is 30.98%
CMYK:
(0,41,35,31)
C0M41Y35K31 
(0%,41%,35%,31%)
(0.00/0.41/0.35/0.31)	

CMYK percentages

%0
%40.91
%35.23
%30.98

Codes

Color #B06872 in popluar color models

B06872
RGB176104114
HSL352°31.30%54.90%
HSB/HSV352°40.91%69.02%
CMYK0.00%40.91%35.23%
30.98%

Color #B06872 in popluar number systems.

HEXB06872
Decimal176104114
Binary1011000011010001110010
Octal260150162

Shades and tints

Shades of #B06872

#B06872
(176,104,114)
#A05F68
(160,95,104)
#90565E
(144,86,94)
#804D54
(128,77,84)
#70444A
(112,68,74)
#603B40
(96,59,64)
#503236
(80,50,54)
#40292C
(64,41,44)
#302022
(48,32,34)
#201718
(32,23,24)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #B06872

#B06872
(176,104,114)
#B7757E
(183,117,126)
#BE828A
(190,130,138)
#C58F96
(197,143,150)
#CC9CA2
(204,156,162)
#D3A9AE
(211,169,174)
#DAB6BA
(218,182,186)
#E1C3C6
(225,195,198)
#E8D0D2
(232,208,210)
#EFDDDE
(239,221,222)
#F6EAEA
(246,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B06872; }

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

This text font color is #B06872.


Background Color

.myBgColor { background-color: #B06872; }

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

This div background color is #B06872.


Border color

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

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

This div border color is #B06872.


Opacity

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

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

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

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

This text has shadow with #B06872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06872 on black background.


Color preview on white background

This text has color #B06872 on white background.



Black color preview on #B06872 background

This text has black color on #B06872 background.


White color preview on #B06872 background

This text has white color on #B06872 background.