COLOR #B5717A

HEX: #B5717A
RGB: (181,113,122)

Color info

#B5717A contains mainly red and blue colors. Web safe color of #B5717A is #CC6666 (or #C66).

RGB color model

#B5717A color RGB value is (181,113,122).

  • red value is 181;
  • green value is 113;
  • blue value is 122.
RGB:
(181,113,122)
(71%,44%,48%)

RGB channels and saturation

R 181 of 255 = 71%
G 113 of 255 = 44%
B 122 of 255 = 48%

181
113
122

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

Portions of RGB colors in percentages

R + G + B =
181 + 113 + 122 = 416 (100%)
R 181 of 416 ~ 43.51%
G 113 of 416 ~ 27.16%
B 122 of 416 ~ 29.33%

%43.51
%27.16
%29.33

CMYK color model

#B5717A color CMYK value is (0,38,33,29).

  • cyan value is 0.00%
  • magenta value is 37.57%
  • yellow value is 32.60%
  • key color value is 29.02%
CMYK:
(0,38,33,29)
C0M38Y33K29 
(0%,38%,33%,29%)
(0.00/0.38/0.33/0.29)	

CMYK percentages

%0
%37.57
%32.6
%29.02

Codes

Color #B5717A in popluar color models

B5717A
RGB181113122
HSL352°31.48%57.65%
HSB/HSV352°37.57%70.98%
CMYK0.00%37.57%32.60%
29.02%

Color #B5717A in popluar number systems.

HEXB5717A
Decimal181113122
Binary1011010111100011111010
Octal265161172

Shades and tints

Shades of #B5717A

#B5717A
(181,113,122)
#A5676F
(165,103,111)
#955D64
(149,93,100)
#855359
(133,83,89)
#75494E
(117,73,78)
#653F43
(101,63,67)
#553538
(85,53,56)
#452B2D
(69,43,45)
#352122
(53,33,34)
#251717
(37,23,23)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #B5717A

#B5717A
(181,113,122)
#BB7D86
(187,125,134)
#C18992
(193,137,146)
#C7959E
(199,149,158)
#CDA1AA
(205,161,170)
#D3ADB6
(211,173,182)
#D9B9C2
(217,185,194)
#DFC5CE
(223,197,206)
#E5D1DA
(229,209,218)
#EBDDE6
(235,221,230)
#F1E9F2
(241,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5717A color. Also use rgb(181,113,122) instead hex code.

Text Font Color

.myTextColor { color: #B5717A; }

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

This text font color is #B5717A.


Background Color

.myBgColor { background-color: #B5717A; }

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

This div background color is #B5717A.


Border color

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

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

This div border color is #B5717A.


Opacity

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

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

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

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

This text has shadow with #B5717A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5717A on black background.


Color preview on white background

This text has color #B5717A on white background.



Black color preview on #B5717A background

This text has black color on #B5717A background.


White color preview on #B5717A background

This text has white color on #B5717A background.