#BA3C54

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

Shades of Old Rose #BA3C54

Tints of Old Rose #BA3C54

Color information

#BA3C54 (or 0xBA3C54) is unknown color: approx Old Rose. HEX triplet: BA, 3C and 54. RGB value is (186,60,84). Sum of RGB (Red+Green+Blue) = 186+60+84=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C54 is #45C3AB. Grayscale: #646464. Windows color (decimal): -4572076 or 5520570. OLE color: 5520570.

HSL color Cylindrical-coordinate representation of color #BA3C54: hue angle of 348.57º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3C54 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1866084-
CMYK00.680.550.27
HSL348.57º51.22%48.24%-
HSV(B)348.57º67.74%72.94%-
XYZ23.4714.319.91-
YUV100.41118.74189.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.36%
GREEN value IS 60 (23.83% from 255) = 18.18%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=56.36%
G=18.18%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186608400.680.550.27348.5751.2248.24
HexBA3C54044371B15d3330
Octal27274124010467335356360
Binary1011101011110010101000100010011011111011101011101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3C54; }

 p { color: rgb(186,60,84); }

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

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

 a { background-color: rgb(186,60,84); }

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

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

 span { border-color: rgb(186,60,84); }

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