#B55770

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

Shades of Blush #B55770

Tints of Blush #B55770

Color information

#B55770 (or 0xB55770) is unknown color: approx Blush. HEX triplet: B5, 57 and 70. RGB value is (181,87,112). Sum of RGB (Red+Green+Blue) = 181+87+112=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B55770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55770 is #4AA88F. Grayscale: #757575. Windows color (decimal): -4892816 or 7362485. OLE color: 7362485.

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

Color convert

RGB18187112-
CMYK00.520.380.29
HSL344.04º38.84%52.55%-
HSV(B)344.04º51.93%70.98%-
XYZ25.3917.8117.43-
YUV117.96124.64172.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 87 (34.38% from 255) = 22.89%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=47.63%
G=22.89%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818711200.520.380.29344.0438.8452.55
HexB55770034261D1582735
Octal26512716006446355304765
Binary1011010110101111110000011010010011011101101011000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55770; }

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

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

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

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

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

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

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

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