COLOR #B06160

HEX: #B06160
RGB: (176,97,96)

Color info

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

RGB color model

#B06160 color RGB value is (176,97,96).

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

RGB channels and saturation

R 176 of 255 = 69%
G 97 of 255 = 38%
B 96 of 255 = 38%

176
97
96

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

Portions of RGB colors in percentages

R + G + B =
176 + 97 + 96 = 369 (100%)
R 176 of 369 ~ 47.7%
G 97 of 369 ~ 26.29%
B 96 of 369 ~ 26.02%

%47.7
%26.29
%26.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 44.89%
  • yellow value is 45.45%
  • key color value is 30.98%
CMYK:
(0,45,45,31)
C0M45Y45K31 
(0%,45%,45%,31%)
(0.00/0.45/0.45/0.31)	

CMYK percentages

%0
%44.89
%45.45
%30.98

Codes

Color #B06160 in popluar color models

B06160
RGB1769796
HSL33.61%53.33%
HSB/HSV45.45%69.02%
CMYK0.00%44.89%45.45%
30.98%

Color #B06160 in popluar number systems.

HEXB06160
Decimal1769796
Binary1011000011000011100000
Octal260141140

Shades and tints

Shades of #B06160

#B06160
(176,97,96)
#A05958
(160,89,88)
#905150
(144,81,80)
#804948
(128,73,72)
#704140
(112,65,64)
#603938
(96,57,56)
#503130
(80,49,48)
#402928
(64,41,40)
#302120
(48,33,32)
#201918
(32,25,24)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #B06160

#B06160
(176,97,96)
#B76F6E
(183,111,110)
#BE7D7C
(190,125,124)
#C58B8A
(197,139,138)
#CC9998
(204,153,152)
#D3A7A6
(211,167,166)
#DAB5B4
(218,181,180)
#E1C3C2
(225,195,194)
#E8D1D0
(232,209,208)
#EFDFDE
(239,223,222)
#F6EDEC
(246,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B06160; }

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

This text font color is #B06160.


Background Color

.myBgColor { background-color: #B06160; }

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

This div background color is #B06160.


Border color

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

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

This div border color is #B06160.


Opacity

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

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

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

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

This text has shadow with #B06160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06160 on black background.


Color preview on white background

This text has color #B06160 on white background.



Black color preview on #B06160 background

This text has black color on #B06160 background.


White color preview on #B06160 background

This text has white color on #B06160 background.