COLOR #B082A0

HEX: #B082A0 RGB: (176,130,160)

Color info

#B082A0 contains red, green and blue colors in about the same proportion. Web safe color of #B082A0 is #999999 (or #999).

RGB color model

#B082A0 color RGB value is (176,130,160).

RGB: (176,130,160) (69%, 51%, 63%)

RGB channels and saturation

R 176 of 255 = 69%
G 130 of 255 = 51%
B 160 of 255 = 63%

176
130
160

R + G + B ~ 61%. #B082A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 130 + 160 = 466 (100%)
R 176 of 466 ~ 37.77%
G 130 of 466 ~ 27.9%
B 160 of 466 ~ 34.33'%

%37.77
%27.9
%34.33

CMYK color model

#B082A0 color CMYK value is (0,26,9,31).

  • cyan value is 0.00%
  • magenta value is 26.14%
  • yellow value is 9.09%
  • key color value is 30.98%
CMYK: (0,26,9,31) C0M26Y9K31 (0%,26%,9%,31%) (0.00/0.26/0.09/0.31) 

CMYK percentages

%0
%26.14
%9.09
%30.98

Codes

Color #B082A0 in popluar color models

B0 82 A0
RGB 176 130 160
HSL 321° 22.55% 60.00%
HSB/HSV 321° 26.14% 69.02%
CMYK 0.00% 26.14% 9.09%
30.98%

Color #B082A0 in popluar number systems.

HEX B0 82 A0
Decimal 176 130 160
Binary 10110000 10000010 10100000
Octal 260 202 240

Shades and tints

Shades of #B082A0

#B082A0
(176,130,160)
#A07792
(160,119,146)
#906C84
(144,108,132)
#806176
(128,97,118)
#705668
(112,86,104)
#604B5A
(96,75,90)
#50404C
(80,64,76)
#40353E
(64,53,62)
#302A30
(48,42,48)
#201F22
(32,31,34)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #B082A0

#B082A0
(176,130,160)
#B78DA8
(183,141,168)
#BE98B0
(190,152,176)
#C5A3B8
(197,163,184)
#CCAEC0
(204,174,192)
#D3B9C8
(211,185,200)
#DAC4D0
(218,196,208)
#E1CFD8
(225,207,216)
#E8DAE0
(232,218,224)
#EFE5E8
(239,229,232)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B082A0 color. Also use rgb(176,130,160) instead hex code.

Text Font Color

.myTextColor { color: #B082A0; }

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

This text font color is #B082A0.

Background Color

.myBgColor { background-color: #B082A0; }

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

This div background color is #B082A0.

Border color

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

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

This div border color is #B082A0.

Opacity

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

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

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

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

This text has shadow with #B082A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B082A0.

Preview

Color preview on black background

This text has color #B082A0 on black background.


Color preview on white background

This text has color #B082A0 on white background.


Black color preview on #B082A0 background

This text has black color on #B082A0 background.


White color preview on #B082A0 background

This text has white color on #B082A0 background.


Related colors

Complementary color

Complementary color for #hex is #4F7D5F.


I love getcolorcode.com

Triadic colors

1 #A0B082 and #82A0B0 with #B082A0 are triadic colors.

2 #A082B0 and #82B0A0 with #B082A0 are triadic colors.