#BA2860

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

Shades of Old Rose #BA2860

Tints of Old Rose #BA2860

Color information

#BA2860 (or 0xBA2860) is unknown color: approx Old Rose. HEX triplet: BA, 28 and 60. RGB value is (186,40,96). Sum of RGB (Red+Green+Blue) = 186+40+96=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2860 is #45D79F. Grayscale: #595959. Windows color (decimal): -4577184 or 6301882. OLE color: 6301882.

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

Color convert

RGB1864096-
CMYK00.780.480.27
HSL336.99º64.6%44.31%-
HSV(B)336.99º78.49%72.94%-
XYZ23.1212.812.32-
YUV90.04131.37196.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.76%
GREEN value IS 40 (16.02% from 255) = 12.42%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=57.76%
G=12.42%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186409600.780.480.27336.9964.644.31
HexBA286004E301B151412c
Octal272501400116603352110154
Binary10111010101000110000001001110110000110111010100011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2860; }

 p { color: rgb(186,40,96); }

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

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

 a { background-color: rgb(186,40,96); }

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

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

 span { border-color: rgb(186,40,96); }

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