COLOR #B55F64

HEX: #B55F64 RGB: (181,95,100)

Color info

#B55F64 contains mainly red color. Web safe color of #B55F64 is #CC6666 (or #C66).

RGB color model

#B55F64 color RGB value is (181,95,100).

RGB: (181,95,100) (71%, 37%, 39%)

RGB channels and saturation

R 181 of 255 = 71%
G 95 of 255 = 37%
B 100 of 255 = 39%

181
95
100

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

Portions of RGB colors in percentages

R + G + B = 181 + 95 + 100 = 376 (100%)
R 181 of 376 ~ 48.14%
G 95 of 376 ~ 25.27%
B 100 of 376 ~ 26.6'%

%48.14
%25.27
%26.6

CMYK color model

#B55F64 color CMYK value is (0,48,45,29).

  • cyan value is 0.00%
  • magenta value is 47.51%
  • yellow value is 44.75%
  • key color value is 29.02%
CMYK: (0,48,45,29) C0M48Y45K29 (0%,48%,45%,29%) (0.00/0.48/0.45/0.29) 

CMYK percentages

%0
%47.51
%44.75
%29.02

Codes

Color #B55F64 in popluar color models

B5 5F 64
RGB 181 95 100
HSL 357° 36.75% 54.12%
HSB/HSV 357° 47.51% 70.98%
CMYK 0.00% 47.51% 44.75%
29.02%

Color #B55F64 in popluar number systems.

HEX B5 5F 64
Decimal 181 95 100
Binary 10110101 1011111 1100100
Octal 265 137 144

Shades and tints

Shades of #B55F64

#B55F64
(181,95,100)
#A5575B
(165,87,91)
#954F52
(149,79,82)
#854749
(133,71,73)
#753F40
(117,63,64)
#653737
(101,55,55)
#552F2E
(85,47,46)
#452725
(69,39,37)
#351F1C
(53,31,28)
#251713
(37,23,19)
#150F0A
(21,15,10)
#000000
(0,0,0)

Tints of #B55F64

#B55F64
(181,95,100)
#BB6D72
(187,109,114)
#C17B80
(193,123,128)
#C7898E
(199,137,142)
#CD979C
(205,151,156)
#D3A5AA
(211,165,170)
#D9B3B8
(217,179,184)
#DFC1C6
(223,193,198)
#E5CFD4
(229,207,212)
#EBDDE2
(235,221,226)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B55F64; }

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

This text font color is #B55F64.

Background Color

.myBgColor { background-color: #B55F64; }

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

This div background color is #B55F64.

Border color

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

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

This div border color is #B55F64.

Opacity

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

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

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

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

This text has shadow with #B55F64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B55F64.

Preview

Color preview on black background

This text has color #B55F64 on black background.


Color preview on white background

This text has color #B55F64 on white background.


Black color preview on #B55F64 background

This text has black color on #B55F64 background.


White color preview on #B55F64 background

This text has white color on #B55F64 background.


Related colors

Complementary color

Complementary color for #hex is #4AA09B.


I love getcolorcode.com

Triadic colors

1 #64B55F and #5F64B5 with #B55F64 are triadic colors.

2 #645FB5 and #5FB564 with #B55F64 are triadic colors.