#B55F60

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

Shades of Blush #B55F60

Tints of Blush #B55F60

Color information

#B55F60 (or 0xB55F60) is unknown color: approx Blush. HEX triplet: B5, 5F and 60. RGB value is (181,95,96). Sum of RGB (Red+Green+Blue) = 181+95+96=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55F60 is #4AA09F. Grayscale: #787878. Windows color (decimal): -4890784 or 6315957. OLE color: 6315957.

HSL color Cylindrical-coordinate representation of color #B55F60: hue angle of 359.3º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55F60 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB1819596-
CMYK00.480.470.29
HSL359.3º36.75%54.12%-
HSV(B)359.3º47.51%70.98%-
XYZ25.2618.8513.37-
YUV120.83113.99170.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.66%
GREEN value IS 95 (37.5% from 255) = 25.54%
BLUE value IS 96 (37.89% from 255) = 25.81%
R=48.66%
G=25.54%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181959600.480.470.29359.336.7554.12
HexB55F600302F1D1672536
Octal26513714006057355474566
Binary1011010110111111100000011000010111111101101100111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F60; }

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

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

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

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

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

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

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

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