COLOR #B2859A

HEX: #B2859A
RGB: (178,133,154)

Color info

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

RGB color model

#B2859A color RGB value is (178,133,154).

  • red value is 178;
  • green value is 133;
  • blue value is 154.
RGB:
(178,133,154)
(70%,52%,60%)

RGB channels and saturation

R 178 of 255 = 70%
G 133 of 255 = 52%
B 154 of 255 = 60%

178
133
154

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

Portions of RGB colors in percentages

R + G + B =
178 + 133 + 154 = 465 (100%)
R 178 of 465 ~ 38.28%
G 133 of 465 ~ 28.6%
B 154 of 465 ~ 33.12%

%38.28
%28.6
%33.12

CMYK color model

#B2859A color CMYK value is (0,25,13,30).

  • cyan value is 0.00%
  • magenta value is 25.28%
  • yellow value is 13.48%
  • key color value is 30.20%
CMYK:
(0,25,13,30)
C0M25Y13K30 
(0%,25%,13%,30%)
(0.00/0.25/0.13/0.30)	

CMYK percentages

%0
%25.28
%13.48
%30.2

Codes

Color #B2859A in popluar color models

B2859A
RGB178133154
HSL332°22.61%60.98%
HSB/HSV332°25.28%69.80%
CMYK0.00%25.28%13.48%
30.20%

Color #B2859A in popluar number systems.

HEXB2859A
Decimal178133154
Binary101100101000010110011010
Octal262205232

Shades and tints

Shades of #B2859A

#B2859A
(178,133,154)
#A2798C
(162,121,140)
#926D7E
(146,109,126)
#826170
(130,97,112)
#725562
(114,85,98)
#624954
(98,73,84)
#523D46
(82,61,70)
#423138
(66,49,56)
#32252A
(50,37,42)
#22191C
(34,25,28)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #B2859A

#B2859A
(178,133,154)
#B990A3
(185,144,163)
#C09BAC
(192,155,172)
#C7A6B5
(199,166,181)
#CEB1BE
(206,177,190)
#D5BCC7
(213,188,199)
#DCC7D0
(220,199,208)
#E3D2D9
(227,210,217)
#EADDE2
(234,221,226)
#F1E8EB
(241,232,235)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2859A color. Also use rgb(178,133,154) instead hex code.

Text Font Color

.myTextColor { color: #B2859A; }

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

This text font color is #B2859A.


Background Color

.myBgColor { background-color: #B2859A; }

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

This div background color is #B2859A.


Border color

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

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

This div border color is #B2859A.


Opacity

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

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

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

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

This text has shadow with #B2859A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2859A on black background.


Color preview on white background

This text has color #B2859A on white background.



Black color preview on #B2859A background

This text has black color on #B2859A background.


White color preview on #B2859A background

This text has white color on #B2859A background.