#B55E71

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

Shades of Blush #B55E71

Tints of Blush #B55E71

Color information

#B55E71 (or 0xB55E71) is unknown color: approx Blush. HEX triplet: B5, 5E and 71. RGB value is (181,94,113). Sum of RGB (Red+Green+Blue) = 181+94+113=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55E71 is #4AA18E. Grayscale: #7A7A7A. Windows color (decimal): -4891023 or 7429813. OLE color: 7429813.

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

Color convert

RGB18194113-
CMYK00.480.380.29
HSL346.9º37.02%53.92%-
HSV(B)346.9º48.07%70.98%-
XYZ26.0419.0217.92-
YUV122.18122.82169.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.65%
GREEN value IS 94 (37.11% from 255) = 24.23%
BLUE value IS 113 (44.53% from 255) = 29.12%
R=46.65%
G=24.23%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819411300.480.380.29346.937.0253.92
HexB55E71030261D15b2536
Octal26513616106046355334566
Binary1011010110111101110001011000010011011101101011011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55E71; }

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

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

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

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

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

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

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

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