#BA3751

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

Shades of Old Rose #BA3751

Tints of Old Rose #BA3751

Color information

#BA3751 (or 0xBA3751) is unknown color: approx Old Rose. HEX triplet: BA, 37 and 51. RGB value is (186,55,81). Sum of RGB (Red+Green+Blue) = 186+55+81=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3751 is #45C8AE. Grayscale: #616161. Windows color (decimal): -4573359 or 5322682. OLE color: 5322682.

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

Color convert

RGB1865581-
CMYK00.700.560.27
HSL348.09º54.36%47.25%-
HSV(B)348.09º70.43%72.94%-
XYZ23.113.779.22-
YUV97.13118.9191.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.76%
GREEN value IS 55 (21.88% from 255) = 17.08%
BLUE value IS 81 (32.03% from 255) = 25.16%
R=57.76%
G=17.08%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186558100.700.560.27348.0954.3647.25
HexBA3751046381B15c362f
Octal27267121010670335346657
Binary1011101011011110100010100011011100011011101011100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3751; }

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

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

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

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

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

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

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

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