#BA225F

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

Shades of Old Rose #BA225F

Tints of Old Rose #BA225F

Color information

#BA225F (or 0xBA225F) is unknown color: approx Old Rose. HEX triplet: BA, 22 and 5F. RGB value is (186,34,95). Sum of RGB (Red+Green+Blue) = 186+34+95=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA225F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA225F is #45DDA0. Grayscale: #565656. Windows color (decimal): -4578721 or 6234810. OLE color: 6234810.

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

Color convert

RGB1863495-
CMYK00.820.490.27
HSL335.92º69.09%43.14%-
HSV(B)335.92º81.72%72.94%-
XYZ22.8912.4112.02-
YUV86.4132.86199.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.05%
GREEN value IS 34 (13.67% from 255) = 10.79%
BLUE value IS 95 (37.5% from 255) = 30.16%
R=59.05%
G=10.79%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186349500.820.490.27335.9269.0943.14
HexBA225F052311B150452b
Octal272421370122613352010553
Binary10111010100010101111101010010110001110111010100001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA225F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA225F; }

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

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

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

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

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

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

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

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