#B55C60

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

Shades of Blush #B55C60

Tints of Blush #B55C60

Color information

#B55C60 (or 0xB55C60) is unknown color: approx Blush. HEX triplet: B5, 5C and 60. RGB value is (181,92,96). Sum of RGB (Red+Green+Blue) = 181+92+96=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55C60 is #4AA39F. Grayscale: #777777. Windows color (decimal): -4891552 or 6315189. OLE color: 6315189.

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

Color convert

RGB1819296-
CMYK00.490.470.29
HSL357.3º37.55%53.53%-
HSV(B)357.3º49.17%70.98%-
XYZ24.9918.3213.29-
YUV119.07114.99172.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 92 (36.33% from 255) = 24.93%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=49.05%
G=24.93%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181929600.490.470.29357.337.5553.53
HexB55C600312F1D1652636
Octal26513414006157355454666
Binary1011010110111001100000011000110111111101101100101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C60; }

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

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

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

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

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

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

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

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