#BA2464

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

Shades of Old Rose #BA2464

Tints of Old Rose #BA2464

Color information

#BA2464 (or 0xBA2464) is unknown color: approx Old Rose. HEX triplet: BA, 24 and 64. RGB value is (186,36,100). Sum of RGB (Red+Green+Blue) = 186+36+100=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2464 is #45DB9B. Grayscale: #585858. Windows color (decimal): -4578204 or 6563002. OLE color: 6563002.

HSL color Cylindrical-coordinate representation of color #BA2464: hue angle of 334.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2464 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB18636100-
CMYK00.810.460.27
HSL334.4º67.57%43.53%-
HSV(B)334.4º80.65%72.94%-
XYZ23.1812.6213.27-
YUV88.15134.7197.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.76%
GREEN value IS 36 (14.45% from 255) = 11.18%
BLUE value IS 100 (39.45% from 255) = 31.06%
R=57.76%
G=11.18%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863610000.810.460.27334.467.5743.53
HexBA24640512E1B14e442c
Octal272441440121563351610454
Binary10111010100100110010001010001101110110111010011101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2464; }

 p { color: rgb(186,36,100); }

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

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

 a { background-color: rgb(186,36,100); }

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

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

 span { border-color: rgb(186,36,100); }

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