#BA325C

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

Shades of Old Rose #BA325C

Tints of Old Rose #BA325C

Color information

#BA325C (or 0xBA325C) is unknown color: approx Old Rose. HEX triplet: BA, 32 and 5C. RGB value is (186,50,92). Sum of RGB (Red+Green+Blue) = 186+50+92=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA325C is #45CDA3. Grayscale: #5F5F5F. Windows color (decimal): -4574628 or 6042298. OLE color: 6042298.

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

Color convert

RGB1865092-
CMYK00.730.510.27
HSL341.47º57.63%46.27%-
HSV(B)341.47º73.12%72.94%-
XYZ23.3213.4911.5-
YUV95.45126.06192.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.71%
GREEN value IS 50 (19.92% from 255) = 15.24%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=56.71%
G=15.24%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186509200.730.510.27341.4757.6346.27
HexBA325C049331B1553a2e
Octal27262134011163335257256
Binary1011101011001010111000100100111001111011101010101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA325C; }

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

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

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

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

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

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

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

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