#BA1D5A

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

Shades of Old Rose #BA1D5A

Tints of Old Rose #BA1D5A

Color information

#BA1D5A (or 0xBA1D5A) is unknown color: approx Old Rose. HEX triplet: BA, 1D and 5A. RGB value is (186,29,90). Sum of RGB (Red+Green+Blue) = 186+29+90=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D5A is #45E2A5. Grayscale: #525252. Windows color (decimal): -4580006 or 5905850. OLE color: 5905850.

HSL color Cylindrical-coordinate representation of color #BA1D5A: hue angle of 336.69º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1D5A is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1862990-
CMYK00.840.520.27
HSL336.69º73.02%42.16%-
HSV(B)336.69º84.41%72.94%-
XYZ22.5312.0610.81-
YUV82.9132.01201.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.98%
GREEN value IS 29 (11.72% from 255) = 9.51%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=60.98%
G=9.51%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186299000.840.520.27336.6973.0242.16
HexBA1D5A054341B151492a
Octal272351320124643352111152
Binary1011101011101101101001010100110100110111010100011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1D5A; }

 p { color: rgb(186,29,90); }

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

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

 a { background-color: rgb(186,29,90); }

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

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

 span { border-color: rgb(186,29,90); }

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