#B55D70

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

Shades of Blush #B55D70

Tints of Blush #B55D70

Color information

#B55D70 (or 0xB55D70) is unknown color: approx Blush. HEX triplet: B5, 5D and 70. RGB value is (181,93,112). Sum of RGB (Red+Green+Blue) = 181+93+112=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55D70 is #4AA28F. Grayscale: #797979. Windows color (decimal): -4891280 or 7364021. OLE color: 7364021.

HSL color Cylindrical-coordinate representation of color #B55D70: hue angle of 347.05º degrees, saturation: 0.37, 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 #B55D70 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB18193112-
CMYK00.490.380.29
HSL347.05º37.29%53.73%-
HSV(B)347.05º48.62%70.98%-
XYZ25.918.8217.6-
YUV121.48122.65170.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.89%
GREEN value IS 93 (36.72% from 255) = 24.09%
BLUE value IS 112 (44.14% from 255) = 29.02%
R=46.89%
G=24.09%
B=29.02%

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
Decimal1819311200.490.380.29347.0537.2953.73
HexB55D70031261D15b2536
Octal26513516006146355334566
Binary1011010110111011110000011000110011011101101011011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D70; }

 p { color: rgb(181,93,112); }

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

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

 a { background-color: rgb(181,93,112); }

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

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

 span { border-color: rgb(181,93,112); }

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