#B55462

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

Shades of Blush #B55462

Tints of Blush #B55462

Color information

#B55462 (or 0xB55462) is unknown color: approx Blush. HEX triplet: B5, 54 and 62. RGB value is (181,84,98). Sum of RGB (Red+Green+Blue) = 181+84+98=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B55462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55462 is #4AAB9D. Grayscale: #727272. Windows color (decimal): -4893598 or 6444213. OLE color: 6444213.

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

Color convert

RGB1818498-
CMYK00.540.460.29
HSL351.34º39.59%51.96%-
HSV(B)351.34º53.59%70.98%-
XYZ24.4317.0513.56-
YUV114.6118.64175.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 98 (38.67% from 255) = 27.00%
R=49.86%
G=23.14%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181849800.540.460.29351.3439.5951.96
HexB554620362E1D15f2834
Octal26512414206656355375064
Binary1011010110101001100010011011010111011101101011111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55462; }

 p { color: rgb(181,84,98); }

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

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

 a { background-color: rgb(181,84,98); }

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

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

 span { border-color: rgb(181,84,98); }

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