COLOR #B06486

HEX: #B06486
RGB: (176,100,134)

Color info

#B06486 contains mainly red and blue colors. Web safe color of #B06486 is #996699 (or #969).

RGB color model

#B06486 color RGB value is (176,100,134).

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

RGB channels and saturation

R 176 of 255 = 69%
G 100 of 255 = 39%
B 134 of 255 = 53%

176
100
134

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

Portions of RGB colors in percentages

R + G + B =
176 + 100 + 134 = 410 (100%)
R 176 of 410 ~ 42.93%
G 100 of 410 ~ 24.39%
B 134 of 410 ~ 32.68%

%42.93
%24.39
%32.68

CMYK color model

#B06486 color CMYK value is (0,43,24,31).

  • cyan value is 0.00%
  • magenta value is 43.18%
  • yellow value is 23.86%
  • key color value is 30.98%
CMYK:
(0,43,24,31)
C0M43Y24K31 
(0%,43%,24%,31%)
(0.00/0.43/0.24/0.31)	

CMYK percentages

%0
%43.18
%23.86
%30.98

Codes

Color #B06486 in popluar color models

B06486
RGB176100134
HSL333°32.48%54.12%
HSB/HSV333°43.18%69.02%
CMYK0.00%43.18%23.86%
30.98%

Color #B06486 in popluar number systems.

HEXB06486
Decimal176100134
Binary10110000110010010000110
Octal260144206

Shades and tints

Shades of #B06486

#B06486
(176,100,134)
#A05B7A
(160,91,122)
#90526E
(144,82,110)
#804962
(128,73,98)
#704056
(112,64,86)
#60374A
(96,55,74)
#502E3E
(80,46,62)
#402532
(64,37,50)
#301C26
(48,28,38)
#20131A
(32,19,26)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #B06486

#B06486
(176,100,134)
#B77291
(183,114,145)
#BE809C
(190,128,156)
#C58EA7
(197,142,167)
#CC9CB2
(204,156,178)
#D3AABD
(211,170,189)
#DAB8C8
(218,184,200)
#E1C6D3
(225,198,211)
#E8D4DE
(232,212,222)
#EFE2E9
(239,226,233)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B06486; }

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

This text font color is #B06486.


Background Color

.myBgColor { background-color: #B06486; }

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

This div background color is #B06486.


Border color

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

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

This div border color is #B06486.


Opacity

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

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

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

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

This text has shadow with #B06486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06486 on black background.


Color preview on white background

This text has color #B06486 on white background.



Black color preview on #B06486 background

This text has black color on #B06486 background.


White color preview on #B06486 background

This text has white color on #B06486 background.