#BA3559

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

Shades of Old Rose #BA3559

Tints of Old Rose #BA3559

Color information

#BA3559 (or 0xBA3559) is unknown color: approx Old Rose. HEX triplet: BA, 35 and 59. RGB value is (186,53,89). Sum of RGB (Red+Green+Blue) = 186+53+89=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3559 is #45CAA6. Grayscale: #606060. Windows color (decimal): -4573863 or 5846458. OLE color: 5846458.

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

Color convert

RGB1865389-
CMYK00.720.520.27
HSL343.76º55.65%46.86%-
HSV(B)343.76º71.51%72.94%-
XYZ23.3313.7110.87-
YUV96.87123.56191.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.71%
GREEN value IS 53 (21.09% from 255) = 16.16%
BLUE value IS 89 (35.16% from 255) = 27.13%
R=56.71%
G=16.16%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186538900.720.520.27343.7655.6546.86
HexBA3559048341B158382f
Octal27265131011064335307057
Binary1011101011010110110010100100011010011011101011000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3559; }

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

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

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

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

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

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

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

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