COLOR #B5799A

HEX: #B5799A
RGB: (181,121,154)

Color info

#B5799A contains mainly red and blue colors. Web safe color of #B5799A is #CC6699 (or #C69).

RGB color model

#B5799A color RGB value is (181,121,154).

  • red value is 181;
  • green value is 121;
  • blue value is 154.
RGB:
(181,121,154)
(71%,47%,60%)

RGB channels and saturation

R 181 of 255 = 71%
G 121 of 255 = 47%
B 154 of 255 = 60%

181
121
154

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

Portions of RGB colors in percentages

R + G + B =
181 + 121 + 154 = 456 (100%)
R 181 of 456 ~ 39.69%
G 121 of 456 ~ 26.54%
B 154 of 456 ~ 33.77%

%39.69
%26.54
%33.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.15%
  • yellow value is 14.92%
  • key color value is 29.02%
CMYK:
(0,33,15,29)
C0M33Y15K29 
(0%,33%,15%,29%)
(0.00/0.33/0.15/0.29)	

CMYK percentages

%0
%33.15
%14.92
%29.02

Codes

Color #B5799A in popluar color models

B5799A
RGB181121154
HSL327°28.85%59.22%
HSB/HSV327°33.15%70.98%
CMYK0.00%33.15%14.92%
29.02%

Color #B5799A in popluar number systems.

HEXB5799A
Decimal181121154
Binary10110101111100110011010
Octal265171232

Shades and tints

Shades of #B5799A

#B5799A
(181,121,154)
#A56E8C
(165,110,140)
#95637E
(149,99,126)
#855870
(133,88,112)
#754D62
(117,77,98)
#654254
(101,66,84)
#553746
(85,55,70)
#452C38
(69,44,56)
#35212A
(53,33,42)
#25161C
(37,22,28)
#150B0E
(21,11,14)
#000000
(0,0,0)

Tints of #B5799A

#B5799A
(181,121,154)
#BB85A3
(187,133,163)
#C191AC
(193,145,172)
#C79DB5
(199,157,181)
#CDA9BE
(205,169,190)
#D3B5C7
(211,181,199)
#D9C1D0
(217,193,208)
#DFCDD9
(223,205,217)
#E5D9E2
(229,217,226)
#EBE5EB
(235,229,235)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5799A color. Also use rgb(181,121,154) instead hex code.

Text Font Color

.myTextColor { color: #B5799A; }

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

This text font color is #B5799A.


Background Color

.myBgColor { background-color: #B5799A; }

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

This div background color is #B5799A.


Border color

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

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

This div border color is #B5799A.


Opacity

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

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

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

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

This text has shadow with #B5799A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5799A on black background.


Color preview on white background

This text has color #B5799A on white background.



Black color preview on #B5799A background

This text has black color on #B5799A background.


White color preview on #B5799A background

This text has white color on #B5799A background.