#B55571

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

Shades of Blush #B55571

Tints of Blush #B55571

Color information

#B55571 (or 0xB55571) is unknown color: approx Blush. HEX triplet: B5, 55 and 71. RGB value is (181,85,113). Sum of RGB (Red+Green+Blue) = 181+85+113=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B55571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55571 is #4AAA8E. Grayscale: #747474. Windows color (decimal): -4893327 or 7427509. OLE color: 7427509.

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

Color convert

RGB18185113-
CMYK00.530.380.29
HSL342.5º39.34%52.16%-
HSV(B)342.5º53.04%70.98%-
XYZ25.2917.5117.67-
YUV116.9125.8173.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 113 (44.53% from 255) = 29.82%
R=47.76%
G=22.43%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818511300.530.380.29342.539.3452.16
HexB55571035261D1562734
Octal26512516106546355264764
Binary1011010110101011110001011010110011011101101010110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55571; }

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

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

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

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

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

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

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

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