COLOR #B6859D

HEX: #B6859D
RGB: (182,133,157)

Color info

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

RGB color model

#B6859D color RGB value is (182,133,157).

  • red value is 182;
  • green value is 133;
  • blue value is 157.
RGB:
(182,133,157)
(71%,52%,62%)

RGB channels and saturation

R 182 of 255 = 71%
G 133 of 255 = 52%
B 157 of 255 = 62%

182
133
157

R + G + B ~ 62%. #B6859D is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 133 + 157 = 472 (100%)
R 182 of 472 ~ 38.56%
G 133 of 472 ~ 28.18%
B 157 of 472 ~ 33.26%

%38.56
%28.18
%33.26

CMYK color model

#B6859D color CMYK value is (0,27,14,29).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 13.74%
  • key color value is 28.63%
CMYK:
(0,27,14,29)
C0M27Y14K29 
(0%,27%,14%,29%)
(0.00/0.27/0.14/0.29)	

CMYK percentages

%0
%26.92
%13.74
%28.63

Codes

Color #B6859D in popluar color models

B6859D
RGB182133157
HSL331°25.13%61.76%
HSB/HSV331°26.92%71.37%
CMYK0.00%26.92%13.74%
28.63%

Color #B6859D in popluar number systems.

HEXB6859D
Decimal182133157
Binary101101101000010110011101
Octal266205235

Shades and tints

Shades of #B6859D

#B6859D
(182,133,157)
#A6798F
(166,121,143)
#966D81
(150,109,129)
#866173
(134,97,115)
#765565
(118,85,101)
#664957
(102,73,87)
#563D49
(86,61,73)
#46313B
(70,49,59)
#36252D
(54,37,45)
#26191F
(38,25,31)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #B6859D

#B6859D
(182,133,157)
#BC90A5
(188,144,165)
#C29BAD
(194,155,173)
#C8A6B5
(200,166,181)
#CEB1BD
(206,177,189)
#D4BCC5
(212,188,197)
#DAC7CD
(218,199,205)
#E0D2D5
(224,210,213)
#E6DDDD
(230,221,221)
#ECE8E5
(236,232,229)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6859D color. Also use rgb(182,133,157) instead hex code.

Text Font Color

.myTextColor { color: #B6859D; }

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

This text font color is #B6859D.


Background Color

.myBgColor { background-color: #B6859D; }

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

This div background color is #B6859D.


Border color

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

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

This div border color is #B6859D.


Opacity

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

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

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

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

This text has shadow with #B6859D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6859D on black background.


Color preview on white background

This text has color #B6859D on white background.



Black color preview on #B6859D background

This text has black color on #B6859D background.


White color preview on #B6859D background

This text has white color on #B6859D background.