#B55C71

Color #B55C71 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #B55C71

Tints of Blush #B55C71

Color information

#B55C71 (or 0xB55C71) is unknown color: approx Blush. HEX triplet: B5, 5C and 71. RGB value is (181,92,113). Sum of RGB (Red+Green+Blue) = 181+92+113=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55C71 is #4AA38E. Grayscale: #797979. Windows color (decimal): -4891535 or 7429301. OLE color: 7429301.

HSL color Cylindrical-coordinate representation of color #B55C71: hue angle of 345.84º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55C71 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB18192113-
CMYK00.490.380.29
HSL345.84º37.55%53.53%-
HSV(B)345.84º49.17%70.98%-
XYZ25.8618.6717.86-
YUV121123.49170.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 46.89%
GREEN value IS 92 (36.33% from 255) = 23.83%
BLUE value IS 113 (44.53% from 255) = 29.27%
R=46.89%
G=23.83%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819211300.490.380.29345.8437.5553.53
HexB55C71031261D15a2636
Octal26513416106146355324666
Binary1011010110111001110001011000110011011101101011010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C71; }

 p { color: rgb(181,92,113); }

 H1.HeaderClassName
 {
   color: #B55C71;
 }
 .AnyTagClassName
 {
   color: #B55C71;
 }
</style>
background-color css

<style>
 a { background-color: #B55C71; }

 a { background-color: rgb(181,92,113); }

 div.DivClassName
 {
   background-color: #B55C71;
 }
 .BgClassName
 {
   background-color: #B55C71;
 }
</style>
border-color css

<style>
 span { border-color: #B55C71; }

 span { border-color: rgb(181,92,113); }

 td.TdClassName
 {
   border-color: #B55C71;
 }
 .TagClassName
 {
   border-color: #B55C71;
 }
</style>