#BA2A5B

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

Shades of Old Rose #BA2A5B

Tints of Old Rose #BA2A5B

Color information

#BA2A5B (or 0xBA2A5B) is unknown color: approx Old Rose. HEX triplet: BA, 2A and 5B. RGB value is (186,42,91). Sum of RGB (Red+Green+Blue) = 186+42+91=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A5B is #45D5A4. Grayscale: #5A5A5A. Windows color (decimal): -4576677 or 5974714. OLE color: 5974714.

HSL color Cylindrical-coordinate representation of color #BA2A5B: hue angle of 339.58º 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 #BA2A5B is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1864291-
CMYK00.770.510.27
HSL339.58º63.16%44.71%-
HSV(B)339.58º77.42%72.94%-
XYZ22.9712.8511.17-
YUV90.64128.21196.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.31%
GREEN value IS 42 (16.80% from 255) = 13.17%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=58.31%
G=13.17%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186429100.770.510.27339.5863.1644.71
HexBA2A5B04D331B1543f2d
Octal27252133011563335247755
Binary1011101010101010110110100110111001111011101010100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2A5B; }

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

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

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

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

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

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

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

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