#BA3557

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

Shades of Old Rose #BA3557

Tints of Old Rose #BA3557

Color information

#BA3557 (or 0xBA3557) is unknown color: approx Old Rose. HEX triplet: BA, 35 and 57. RGB value is (186,53,87). Sum of RGB (Red+Green+Blue) = 186+53+87=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3557 is #45CAA8. Grayscale: #606060. Windows color (decimal): -4573865 or 5715386. OLE color: 5715386.

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

Color convert

RGB1865387-
CMYK00.720.530.27
HSL344.66º55.65%46.86%-
HSV(B)344.66º71.51%72.94%-
XYZ23.2413.6710.43-
YUV96.64122.56191.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.06%
GREEN value IS 53 (21.09% from 255) = 16.26%
BLUE value IS 87 (34.38% from 255) = 26.69%
R=57.06%
G=16.26%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186538700.720.530.27344.6655.6546.86
HexBA3557048351B159382f
Octal27265127011065335317057
Binary1011101011010110101110100100011010111011101011001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3557; }

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

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

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

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

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

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

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

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