#BA325D

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

Shades of Old Rose #BA325D

Tints of Old Rose #BA325D

Color information

#BA325D (or 0xBA325D) is unknown color: approx Old Rose. HEX triplet: BA, 32 and 5D. RGB value is (186,50,93). Sum of RGB (Red+Green+Blue) = 186+50+93=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA325D is #45CDA2. Grayscale: #5F5F5F. Windows color (decimal): -4574627 or 6107834. OLE color: 6107834.

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

Color convert

RGB1865093-
CMYK00.730.50.27
HSL341.03º57.63%46.27%-
HSV(B)341.03º73.12%72.94%-
XYZ23.3713.5111.73-
YUV95.57126.56192.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 50 (19.92% from 255) = 15.20%
BLUE value IS 93 (36.72% from 255) = 28.27%
R=56.53%
G=15.20%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186509300.730.50.27341.0357.6346.27
HexBA325D049321B1553a2e
Octal27262135011162335257256
Binary1011101011001010111010100100111001011011101010101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA325D; }

 p { color: rgb(186,50,93); }

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

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

 a { background-color: rgb(186,50,93); }

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

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

 span { border-color: rgb(186,50,93); }

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