#BA2159

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

Shades of Old Rose #BA2159

Tints of Old Rose #BA2159

Color information

#BA2159 (or 0xBA2159) is unknown color: approx Old Rose. HEX triplet: BA, 21 and 59. RGB value is (186,33,89). Sum of RGB (Red+Green+Blue) = 186+33+89=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2159 is #45DEA6. Grayscale: #555555. Windows color (decimal): -4578983 or 5841338. OLE color: 5841338.

HSL color Cylindrical-coordinate representation of color #BA2159: hue angle of 338.04º degrees, saturation: 0.7, 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 #BA2159 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1863389-
CMYK00.820.520.27
HSL338.04º69.86%42.94%-
HSV(B)338.04º82.26%72.94%-
XYZ22.612.2510.62-
YUV85.13130.19199.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.39%
GREEN value IS 33 (13.28% from 255) = 10.71%
BLUE value IS 89 (35.16% from 255) = 28.90%
R=60.39%
G=10.71%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186338900.820.520.27338.0469.8642.94
HexBA2159052341B152462b
Octal272411310122643352210653
Binary10111010100001101100101010010110100110111010100101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2159; }

 p { color: rgb(186,33,89); }

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

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

 a { background-color: rgb(186,33,89); }

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

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

 span { border-color: rgb(186,33,89); }

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