COLOR #B06284

HEX: #B06284 RGB: (176,98,132)

Color info

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

RGB color model

#B06284 color RGB value is (176,98,132).

RGB: (176,98,132) (69%, 38%, 52%)

RGB channels and saturation

R 176 of 255 = 69%
G 98 of 255 = 38%
B 132 of 255 = 52%

176
98
132

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

Portions of RGB colors in percentages

R + G + B = 176 + 98 + 132 = 406 (100%)
R 176 of 406 ~ 43.35%
G 98 of 406 ~ 24.14%
B 132 of 406 ~ 32.51'%

%43.35
%24.14
%32.51

CMYK color model

#B06284 color CMYK value is (0,44,25,31).

  • cyan value is 0.00%
  • magenta value is 44.32%
  • yellow value is 25.00%
  • key color value is 30.98%

CMYK: (0,44,25,31)
C0M44Y25K31 (0%, 44%, 25%, 31%)
(0.00 / 0.44 / 0.25 / 0.31)

CMYK percentages

%0
%44.32
%25
%30.98

Codes

Color #B06284 in popluar color models

B0 62 84
RGB 176 98 132
HSL 334° 33.05% 53.73%
HSB/HSV 334° 44.32% 69.02%
CMYK 0.00% 44.32% 25.00%
30.98%

Color #B06284 in popluar number systems.

HEX B0 62 84
Decimal 176 98 132
Binary 10110000 1100010 10000100
Octal 260 142 204

Shades and tints

Shades of #B06284

#B06284
(176,98,132)
#A05A78
(160,90,120)
#90526C
(144,82,108)
#804A60
(128,74,96)
#704254
(112,66,84)
#603A48
(96,58,72)
#50323C
(80,50,60)
#402A30
(64,42,48)
#302224
(48,34,36)
#201A18
(32,26,24)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #B06284

#B06284
(176,98,132)
#B7708F
(183,112,143)
#BE7E9A
(190,126,154)
#C58CA5
(197,140,165)
#CC9AB0
(204,154,176)
#D3A8BB
(211,168,187)
#DAB6C6
(218,182,198)
#E1C4D1
(225,196,209)
#E8D2DC
(232,210,220)
#EFE0E7
(239,224,231)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06284 color. Also use rgb(176,98,132) instead hex code.

Text Font Color

.myTextColor { color: #B06284; }

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

This text font color is #B06284.

Background Color

.myBgColor { background-color: #B06284; }

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

This div background color is #B06284.

Border color

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

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

This div border color is #B06284.

Opacity

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

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

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

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

This text has shadow with #B06284 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B06284.

Preview

Color preview on black background

This text has color #B06284 on black background.


Color preview on white background

This text has color #B06284 on white background.


Black color preview on #B06284 background

This text has black color on #B06284 background.


White color preview on #B06284 background

This text has white color on #B06284 background.


Related colors

Complementary color

Complementary color for #hex is #4F9D7B.


I love getcolorcode.com

Triadic colors

1 #84B062 and #6284B0 with #B06284 are triadic colors.

2 #8462B0 and #62B084 with #B06284 are triadic colors.