COLOR #B6819A

HEX: #B6819A RGB: (182,129,154)

Color info

#B6819A contains red, green and blue colors in about the same proportion. Web safe color of #B6819A is #CC9999 (or #C99).

RGB color model

#B6819A color RGB value is (182,129,154).

RGB: (182,129,154) (71%, 51%, 60%)

RGB channels and saturation

R 182 of 255 = 71%
G 129 of 255 = 51%
B 154 of 255 = 60%

182
129
154

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

Portions of RGB colors in percentages

R + G + B = 182 + 129 + 154 = 465 (100%)
R 182 of 465 ~ 39.14%
G 129 of 465 ~ 27.74%
B 154 of 465 ~ 33.12'%

%39.14
%27.74
%33.12

CMYK color model

#B6819A color CMYK value is (0,29,15,29).

  • cyan value is 0.00%
  • magenta value is 29.12%
  • yellow value is 15.38%
  • key color value is 28.63%

CMYK: (0,29,15,29)
C0M29Y15K29 (0%, 29%, 15%, 29%)
(0.00 / 0.29 / 0.15 / 0.29)

CMYK percentages

%0
%29.12
%15.38
%28.63

Codes

Color #B6819A in popluar color models

B6 81 9A
RGB 182 129 154
HSL 332° 26.63% 60.98%
HSB/HSV 332° 29.12% 71.37%
CMYK 0.00% 29.12% 15.38%
28.63%

Color #B6819A in popluar number systems.

HEX B6 81 9A
Decimal 182 129 154
Binary 10110110 10000001 10011010
Octal 266 201 232

Shades and tints

Shades of #B6819A

#B6819A
(182,129,154)
#A6768C
(166,118,140)
#966B7E
(150,107,126)
#866070
(134,96,112)
#765562
(118,85,98)
#664A54
(102,74,84)
#563F46
(86,63,70)
#463438
(70,52,56)
#36292A
(54,41,42)
#261E1C
(38,30,28)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #B6819A

#B6819A
(182,129,154)
#BC8CA3
(188,140,163)
#C297AC
(194,151,172)
#C8A2B5
(200,162,181)
#CEADBE
(206,173,190)
#D4B8C7
(212,184,199)
#DAC3D0
(218,195,208)
#E0CED9
(224,206,217)
#E6D9E2
(230,217,226)
#ECE4EB
(236,228,235)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6819A color. Also use rgb(182,129,154) instead hex code.

Text Font Color

.myTextColor { color: #B6819A; }

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

This text font color is #B6819A.

Background Color

.myBgColor { background-color: #B6819A; }

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

This div background color is #B6819A.

Border color

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

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

This div border color is #B6819A.

Opacity

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

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

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

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

This text has shadow with #B6819A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6819A.

Preview

Color preview on black background

This text has color #B6819A on black background.


Color preview on white background

This text has color #B6819A on white background.


Black color preview on #B6819A background

This text has black color on #B6819A background.


White color preview on #B6819A background

This text has white color on #B6819A background.


Related colors

Complementary color

Complementary color for #hex is #497E65.


I love getcolorcode.com

Triadic colors

1 #9AB681 and #819AB6 with #B6819A are triadic colors.

2 #9A81B6 and #81B69A with #B6819A are triadic colors.