COLOR #B5799B

HEX: #B5799B RGB: (181,121,155)

Color info

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

RGB color model

#B5799B color RGB value is (181,121,155).

RGB: (181,121,155) (71%, 47%, 61%)

RGB channels and saturation

R 181 of 255 = 71%
G 121 of 255 = 47%
B 155 of 255 = 61%

181
121
155

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

Portions of RGB colors in percentages

R + G + B = 181 + 121 + 155 = 457 (100%)
R 181 of 457 ~ 39.61%
G 121 of 457 ~ 26.48%
B 155 of 457 ~ 33.92'%

%39.61
%26.48
%33.92

CMYK color model

#B5799B color CMYK value is (0,33,14,29).

  • cyan value is 0.00%
  • magenta value is 33.15%
  • yellow value is 14.36%
  • key color value is 29.02%

CMYK: (0,33,14,29)
C0M33Y14K29 (0%, 33%, 14%, 29%)
(0.00 / 0.33 / 0.14 / 0.29)

CMYK percentages

%0
%33.15
%14.36
%29.02

Codes

Color #B5799B in popluar color models

B5 79 9B
RGB 181 121 155
HSL 326° 28.85% 59.22%
HSB/HSV 326° 33.15% 70.98%
CMYK 0.00% 33.15% 14.36%
29.02%

Color #B5799B in popluar number systems.

HEX B5 79 9B
Decimal 181 121 155
Binary 10110101 1111001 10011011
Octal 265 171 233

Shades and tints

Shades of #B5799B

#B5799B
(181,121,155)
#A56E8D
(165,110,141)
#95637F
(149,99,127)
#855871
(133,88,113)
#754D63
(117,77,99)
#654255
(101,66,85)
#553747
(85,55,71)
#452C39
(69,44,57)
#35212B
(53,33,43)
#25161D
(37,22,29)
#150B0F
(21,11,15)
#000000
(0,0,0)

Tints of #B5799B

#B5799B
(181,121,155)
#BB85A4
(187,133,164)
#C191AD
(193,145,173)
#C79DB6
(199,157,182)
#CDA9BF
(205,169,191)
#D3B5C8
(211,181,200)
#D9C1D1
(217,193,209)
#DFCDDA
(223,205,218)
#E5D9E3
(229,217,227)
#EBE5EC
(235,229,236)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5799B; }

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

This text font color is #B5799B.

Background Color

.myBgColor { background-color: #B5799B; }

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

This div background color is #B5799B.

Border color

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

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

This div border color is #B5799B.

Opacity

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

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

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

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

This text has shadow with #B5799B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5799B.

Preview

Color preview on black background

This text has color #B5799B on black background.


Color preview on white background

This text has color #B5799B on white background.


Black color preview on #B5799B background

This text has black color on #B5799B background.


White color preview on #B5799B background

This text has white color on #B5799B background.


Related colors

Complementary color

Complementary color for #hex is #4A8664.


I love getcolorcode.com

Triadic colors

1 #9BB579 and #799BB5 with #B5799B are triadic colors.

2 #9B79B5 and #79B59B with #B5799B are triadic colors.