COLOR #B5647A

HEX: #B5647A RGB: (181,100,122)

Color info

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

RGB color model

#B5647A color RGB value is (181,100,122).

RGB: (181,100,122) (71%, 39%, 48%)

RGB channels and saturation

R 181 of 255 = 71%
G 100 of 255 = 39%
B 122 of 255 = 48%

181
100
122

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

Portions of RGB colors in percentages

R + G + B = 181 + 100 + 122 = 403 (100%)
R 181 of 403 ~ 44.91%
G 100 of 403 ~ 24.81%
B 122 of 403 ~ 30.27'%

%44.91
%24.81
%30.27

CMYK color model

#B5647A color CMYK value is (0,45,33,29).

  • cyan value is 0.00%
  • magenta value is 44.75%
  • yellow value is 32.60%
  • key color value is 29.02%

CMYK: (0,45,33,29)
C0M45Y33K29 (0%, 45%, 33%, 29%)
(0.00 / 0.45 / 0.33 / 0.29)

CMYK percentages

%0
%44.75
%32.6
%29.02

Codes

Color #B5647A in popluar color models

B5 64 7A
RGB 181 100 122
HSL 344° 35.37% 55.10%
HSB/HSV 344° 44.75% 70.98%
CMYK 0.00% 44.75% 32.60%
29.02%

Color #B5647A in popluar number systems.

HEX B5 64 7A
Decimal 181 100 122
Binary 10110101 1100100 1111010
Octal 265 144 172

Shades and tints

Shades of #B5647A

#B5647A
(181,100,122)
#A55B6F
(165,91,111)
#955264
(149,82,100)
#854959
(133,73,89)
#75404E
(117,64,78)
#653743
(101,55,67)
#552E38
(85,46,56)
#45252D
(69,37,45)
#351C22
(53,28,34)
#251317
(37,19,23)
#150A0C
(21,10,12)
#000000
(0,0,0)

Tints of #B5647A

#B5647A
(181,100,122)
#BB7286
(187,114,134)
#C18092
(193,128,146)
#C78E9E
(199,142,158)
#CD9CAA
(205,156,170)
#D3AAB6
(211,170,182)
#D9B8C2
(217,184,194)
#DFC6CE
(223,198,206)
#E5D4DA
(229,212,218)
#EBE2E6
(235,226,230)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5647A; }

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

This text font color is #B5647A.

Background Color

.myBgColor { background-color: #B5647A; }

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

This div background color is #B5647A.

Border color

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

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

This div border color is #B5647A.

Opacity

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

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

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

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

This text has shadow with #B5647A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5647A.

Preview

Color preview on black background

This text has color #B5647A on black background.


Color preview on white background

This text has color #B5647A on white background.


Black color preview on #B5647A background

This text has black color on #B5647A background.


White color preview on #B5647A background

This text has white color on #B5647A background.


Related colors

Complementary color

Complementary color for #hex is #4A9B85.


I love getcolorcode.com

Triadic colors

1 #7AB564 and #647AB5 with #B5647A are triadic colors.

2 #7A64B5 and #64B57A with #B5647A are triadic colors.