COLOR #B06172

HEX: #B06172
RGB: (176,97,114)

Color info

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

RGB color model

#B06172 color RGB value is (176,97,114).

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

RGB channels and saturation

R 176 of 255 = 69%
G 97 of 255 = 38%
B 114 of 255 = 45%

176
97
114

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

Portions of RGB colors in percentages

R + G + B =
176 + 97 + 114 = 387 (100%)
R 176 of 387 ~ 45.48%
G 97 of 387 ~ 25.06%
B 114 of 387 ~ 29.46%

%45.48
%25.06
%29.46

CMYK color model

#B06172 color CMYK value is (0,45,35,31).

  • cyan value is 0.00%
  • magenta value is 44.89%
  • yellow value is 35.23%
  • key color value is 30.98%
CMYK:
(0,45,35,31)
C0M45Y35K31 
(0%,45%,35%,31%)
(0.00/0.45/0.35/0.31)	

CMYK percentages

%0
%44.89
%35.23
%30.98

Codes

Color #B06172 in popluar color models

B06172
RGB17697114
HSL347°33.33%53.53%
HSB/HSV347°44.89%69.02%
CMYK0.00%44.89%35.23%
30.98%

Color #B06172 in popluar number systems.

HEXB06172
Decimal17697114
Binary1011000011000011110010
Octal260141162

Shades and tints

Shades of #B06172

#B06172
(176,97,114)
#A05968
(160,89,104)
#90515E
(144,81,94)
#804954
(128,73,84)
#70414A
(112,65,74)
#603940
(96,57,64)
#503136
(80,49,54)
#40292C
(64,41,44)
#302122
(48,33,34)
#201918
(32,25,24)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #B06172

#B06172
(176,97,114)
#B76F7E
(183,111,126)
#BE7D8A
(190,125,138)
#C58B96
(197,139,150)
#CC99A2
(204,153,162)
#D3A7AE
(211,167,174)
#DAB5BA
(218,181,186)
#E1C3C6
(225,195,198)
#E8D1D2
(232,209,210)
#EFDFDE
(239,223,222)
#F6EDEA
(246,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B06172; }

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

This text font color is #B06172.


Background Color

.myBgColor { background-color: #B06172; }

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

This div background color is #B06172.


Border color

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

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

This div border color is #B06172.


Opacity

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

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

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

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

This text has shadow with #B06172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06172 on black background.


Color preview on white background

This text has color #B06172 on white background.



Black color preview on #B06172 background

This text has black color on #B06172 background.


White color preview on #B06172 background

This text has white color on #B06172 background.