COLOR #B6818B

HEX: #B6818B RGB: (182,129,139)

Color info

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

RGB color model

#B6818B color RGB value is (182,129,139).

RGB: (182,129,139) (71%, 51%, 55%)

RGB channels and saturation

R 182 of 255 = 71%
G 129 of 255 = 51%
B 139 of 255 = 55%

182
129
139

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

Portions of RGB colors in percentages

R + G + B = 182 + 129 + 139 = 450 (100%)
R 182 of 450 ~ 40.44%
G 129 of 450 ~ 28.67%
B 139 of 450 ~ 30.89'%

%40.44
%28.67
%30.89

CMYK color model

#B6818B color CMYK value is (0,29,24,29).

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

CMYK: (0,29,24,29)
C0M29Y24K29 (0%, 29%, 24%, 29%)
(0.00 / 0.29 / 0.24 / 0.29)

CMYK percentages

%0
%29.12
%23.63
%28.63

Codes

Color #B6818B in popluar color models

B6 81 8B
RGB 182 129 139
HSL 349° 26.63% 60.98%
HSB/HSV 349° 29.12% 71.37%
CMYK 0.00% 29.12% 23.63%
28.63%

Color #B6818B in popluar number systems.

HEX B6 81 8B
Decimal 182 129 139
Binary 10110110 10000001 10001011
Octal 266 201 213

Shades and tints

Shades of #B6818B

#B6818B
(182,129,139)
#A6767F
(166,118,127)
#966B73
(150,107,115)
#866067
(134,96,103)
#76555B
(118,85,91)
#664A4F
(102,74,79)
#563F43
(86,63,67)
#463437
(70,52,55)
#36292B
(54,41,43)
#261E1F
(38,30,31)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #B6818B

#B6818B
(182,129,139)
#BC8C95
(188,140,149)
#C2979F
(194,151,159)
#C8A2A9
(200,162,169)
#CEADB3
(206,173,179)
#D4B8BD
(212,184,189)
#DAC3C7
(218,195,199)
#E0CED1
(224,206,209)
#E6D9DB
(230,217,219)
#ECE4E5
(236,228,229)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6818B; }

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

This text font color is #B6818B.

Background Color

.myBgColor { background-color: #B6818B; }

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

This div background color is #B6818B.

Border color

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

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

This div border color is #B6818B.

Opacity

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

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

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

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

This text has shadow with #B6818B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6818B.

Preview

Color preview on black background

This text has color #B6818B on black background.


Color preview on white background

This text has color #B6818B on white background.


Black color preview on #B6818B background

This text has black color on #B6818B background.


White color preview on #B6818B background

This text has white color on #B6818B background.


Related colors

Complementary color

Complementary color for #hex is #497E74.


I love getcolorcode.com

Triadic colors

1 #8BB681 and #818BB6 with #B6818B are triadic colors.

2 #8B81B6 and #81B68B with #B6818B are triadic colors.