#BA2A5F

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

Shades of Old Rose #BA2A5F

Tints of Old Rose #BA2A5F

Color information

#BA2A5F (or 0xBA2A5F) is unknown color: approx Old Rose. HEX triplet: BA, 2A and 5F. RGB value is (186,42,95). Sum of RGB (Red+Green+Blue) = 186+42+95=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A5F is #45D5A0. Grayscale: #5B5B5B. Windows color (decimal): -4576673 or 6236858. OLE color: 6236858.

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

Color convert

RGB1864295-
CMYK00.770.490.27
HSL337.92º63.16%44.71%-
HSV(B)337.92º77.42%72.94%-
XYZ23.1412.9212.1-
YUV91.1130.21195.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.59%
GREEN value IS 42 (16.80% from 255) = 13.00%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=57.59%
G=13.00%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186429500.770.490.27337.9263.1644.71
HexBA2A5F04D311B1523f2d
Octal27252137011561335227755
Binary1011101010101010111110100110111000111011101010010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2A5F; }

 p { color: rgb(186,42,95); }

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

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

 a { background-color: rgb(186,42,95); }

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

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

 span { border-color: rgb(186,42,95); }

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