#BA2960

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

Shades of Old Rose #BA2960

Tints of Old Rose #BA2960

Color information

#BA2960 (or 0xBA2960) is unknown color: approx Old Rose. HEX triplet: BA, 29 and 60. RGB value is (186,41,96). Sum of RGB (Red+Green+Blue) = 186+41+96=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2960 is #45D69F. Grayscale: #5A5A5A. Windows color (decimal): -4576928 or 6302138. OLE color: 6302138.

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

Color convert

RGB1864196-
CMYK00.780.480.27
HSL337.24º63.88%44.51%-
HSV(B)337.24º77.96%72.94%-
XYZ23.1512.8712.33-
YUV90.62131.04196.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.59%
GREEN value IS 41 (16.41% from 255) = 12.69%
BLUE value IS 96 (37.89% from 255) = 29.72%
R=57.59%
G=12.69%
B=29.72%

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
Decimal186419600.780.480.27337.2463.8844.51
HexBA296004E301B151402d
Octal272511400116603352110055
Binary10111010101001110000001001110110000110111010100011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2960; }

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

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

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

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

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

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

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

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