#B55A60

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

Shades of Blush #B55A60

Tints of Blush #B55A60

Color information

#B55A60 (or 0xB55A60) is unknown color: approx Blush. HEX triplet: B5, 5A and 60. RGB value is (181,90,96). Sum of RGB (Red+Green+Blue) = 181+90+96=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55A60 is #4AA59F. Grayscale: #757575. Windows color (decimal): -4892064 or 6314677. OLE color: 6314677.

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

Color convert

RGB1819096-
CMYK00.500.470.29
HSL356.04º38.08%53.14%-
HSV(B)356.04º50.28%70.98%-
XYZ24.8217.9813.23-
YUV117.89115.65173.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 90 (35.55% from 255) = 24.52%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=49.32%
G=24.52%
B=26.16%

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
Decimal181909600.500.470.29356.0438.0853.14
HexB55A600322F1D1642635
Octal26513214006257355444665
Binary1011010110110101100000011001010111111101101100100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A60; }

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

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

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

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

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

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

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

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