#B55060

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

Shades of Blush #B55060

Tints of Blush #B55060

Color information

#B55060 (or 0xB55060) is unknown color: approx Blush. HEX triplet: B5, 50 and 60. RGB value is (181,80,96). Sum of RGB (Red+Green+Blue) = 181+80+96=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B55060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55060 is #4AAF9F. Grayscale: #707070. Windows color (decimal): -4894624 or 6312117. OLE color: 6312117.

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

Color convert

RGB1818096-
CMYK00.560.470.29
HSL350.5º40.56%51.18%-
HSV(B)350.5º55.8%70.98%-
XYZ24.0416.4112.97-
YUV112.02118.96177.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.70%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=50.70%
G=22.41%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181809600.560.470.29350.540.5651.18
HexB550600382F1D15e2933
Octal26512014007057355365163
Binary1011010110100001100000011100010111111101101011110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55060; }

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

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

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

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

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

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

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

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