#B55463

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

Shades of Blush #B55463

Tints of Blush #B55463

Color information

#B55463 (or 0xB55463) is unknown color: approx Blush. HEX triplet: B5, 54 and 63. RGB value is (181,84,99). Sum of RGB (Red+Green+Blue) = 181+84+99=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B55463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55463 is #4AAB9C. Grayscale: #727272. Windows color (decimal): -4893597 or 6509749. OLE color: 6509749.

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

Color convert

RGB1818499-
CMYK00.540.450.29
HSL350.72º39.59%51.96%-
HSV(B)350.72º53.59%70.98%-
XYZ24.4817.0713.81-
YUV114.71119.14175.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.73%
GREEN value IS 84 (33.20% from 255) = 23.08%
BLUE value IS 99 (39.06% from 255) = 27.20%
R=49.73%
G=23.08%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181849900.540.450.29350.7239.5951.96
HexB554630362D1D15f2834
Octal26512414306655355375064
Binary1011010110101001100011011011010110111101101011111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55463; }

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

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

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

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

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

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

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

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