#BA3746

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

Shades of Old Rose #BA3746

Tints of Old Rose #BA3746

Color information

#BA3746 (or 0xBA3746) is unknown color: approx Old Rose. HEX triplet: BA, 37 and 46. RGB value is (186,55,70). Sum of RGB (Red+Green+Blue) = 186+55+70=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3746 is #45C8B9. Grayscale: #5F5F5F. Windows color (decimal): -4573370 or 4601786. OLE color: 4601786.

HSL color Cylindrical-coordinate representation of color #BA3746: hue angle of 353.13º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3746 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB1865570-
CMYK00.700.620.27
HSL353.13º54.36%47.25%-
HSV(B)353.13º70.43%72.94%-
XYZ22.7213.617.22-
YUV95.88113.4192.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.81%
GREEN value IS 55 (21.88% from 255) = 17.68%
BLUE value IS 70 (27.73% from 255) = 22.51%
R=59.81%
G=17.68%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186557000.700.620.27353.1354.3647.25
HexBA37460463E1B161362f
Octal27267106010676335416657
Binary1011101011011110001100100011011111011011101100001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3746; }

 p { color: rgb(186,55,70); }

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

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

 a { background-color: rgb(186,55,70); }

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

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

 span { border-color: rgb(186,55,70); }

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