#BA295F

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

Shades of Old Rose #BA295F

Tints of Old Rose #BA295F

Color information

#BA295F (or 0xBA295F) is unknown color: approx Old Rose. HEX triplet: BA, 29 and 5F. RGB value is (186,41,95). Sum of RGB (Red+Green+Blue) = 186+41+95=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA295F is #45D6A0. Grayscale: #5A5A5A. Windows color (decimal): -4576929 or 6236602. OLE color: 6236602.

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

Color convert

RGB1864195-
CMYK00.780.490.27
HSL337.66º63.88%44.51%-
HSV(B)337.66º77.96%72.94%-
XYZ23.1112.8512.09-
YUV90.51130.54196.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.76%
GREEN value IS 41 (16.41% from 255) = 12.73%
BLUE value IS 95 (37.5% from 255) = 29.50%
R=57.76%
G=12.73%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186419500.780.490.27337.6663.8844.51
HexBA295F04E311B152402d
Octal272511370116613352210055
Binary10111010101001101111101001110110001110111010100101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA295F; }

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

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

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

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

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

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

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

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