COLOR #B06458

HEX: #B06458
RGB: (176,100,88)

Color info

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

RGB color model

#B06458 color RGB value is (176,100,88).

  • red value is 176;
  • green value is 100;
  • blue value is 88.
RGB:
(176,100,88)
(69%,39%,35%)

RGB channels and saturation

R 176 of 255 = 69%
G 100 of 255 = 39%
B 88 of 255 = 35%

176
100
88

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

Portions of RGB colors in percentages

R + G + B =
176 + 100 + 88 = 364 (100%)
R 176 of 364 ~ 48.35%
G 100 of 364 ~ 27.47%
B 88 of 364 ~ 24.18%

%48.35
%27.47
%24.18

CMYK color model

#B06458 color CMYK value is (0,43,50,31).

  • cyan value is 0.00%
  • magenta value is 43.18%
  • yellow value is 50.00%
  • key color value is 30.98%
CMYK:
(0,43,50,31)
C0M43Y50K31 
(0%,43%,50%,31%)
(0.00/0.43/0.50/0.31)	

CMYK percentages

%0
%43.18
%50
%30.98

Codes

Color #B06458 in popluar color models

B06458
RGB17610088
HSL35.77%51.76%
HSB/HSV50.00%69.02%
CMYK0.00%43.18%50.00%
30.98%

Color #B06458 in popluar number systems.

HEXB06458
Decimal17610088
Binary1011000011001001011000
Octal260144130

Shades and tints

Shades of #B06458

#B06458
(176,100,88)
#A05B50
(160,91,80)
#905248
(144,82,72)
#804940
(128,73,64)
#704038
(112,64,56)
#603730
(96,55,48)
#502E28
(80,46,40)
#402520
(64,37,32)
#301C18
(48,28,24)
#201310
(32,19,16)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #B06458

#B06458
(176,100,88)
#B77267
(183,114,103)
#BE8076
(190,128,118)
#C58E85
(197,142,133)
#CC9C94
(204,156,148)
#D3AAA3
(211,170,163)
#DAB8B2
(218,184,178)
#E1C6C1
(225,198,193)
#E8D4D0
(232,212,208)
#EFE2DF
(239,226,223)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06458 color. Also use rgb(176,100,88) instead hex code.

Text Font Color

.myTextColor { color: #B06458; }

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

This text font color is #B06458.


Background Color

.myBgColor { background-color: #B06458; }

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

This div background color is #B06458.


Border color

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

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

This div border color is #B06458.


Opacity

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

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

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

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

This text has shadow with #B06458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06458 on black background.


Color preview on white background

This text has color #B06458 on white background.



Black color preview on #B06458 background

This text has black color on #B06458 background.


White color preview on #B06458 background

This text has white color on #B06458 background.