#B55B60

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

Shades of Blush #B55B60

Tints of Blush #B55B60

Color information

#B55B60 (or 0xB55B60) is unknown color: approx Blush. HEX triplet: B5, 5B and 60. RGB value is (181,91,96). Sum of RGB (Red+Green+Blue) = 181+91+96=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55B60 is #4AA49F. Grayscale: #767676. Windows color (decimal): -4891808 or 6314933. OLE color: 6314933.

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

Color convert

RGB1819196-
CMYK00.500.470.29
HSL356.67º37.82%53.33%-
HSV(B)356.67º49.72%70.98%-
XYZ24.9118.1513.26-
YUV118.48115.32172.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.18%
GREEN value IS 91 (35.94% from 255) = 24.73%
BLUE value IS 96 (37.89% from 255) = 26.09%
R=49.18%
G=24.73%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181919600.500.470.29356.6737.8253.33
HexB55B600322F1D1652635
Octal26513314006257355454665
Binary1011010110110111100000011001010111111101101100101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55B60; }

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

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

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

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

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

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

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

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