#BA4449

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

Shades of Old Rose #BA4449

Tints of Old Rose #BA4449

Color information

#BA4449 (or 0xBA4449) is unknown color: approx Old Rose. HEX triplet: BA, 44 and 49. RGB value is (186,68,73). Sum of RGB (Red+Green+Blue) = 186+68+73=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4449 is #45BBB6. Grayscale: #676767. Windows color (decimal): -4570039 or 4801722. OLE color: 4801722.

HSL color Cylindrical-coordinate representation of color #BA4449: hue angle of 357.46º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4449 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB1866873-
CMYK00.630.610.27
HSL357.46º46.46%49.8%-
HSV(B)357.46º63.44%72.94%-
XYZ23.5215.057.97-
YUV103.85110.59186.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.88%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 73 (28.91% from 255) = 22.32%
R=56.88%
G=20.80%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186687300.630.610.27357.4646.4649.8
HexBA444903F3D1B1652e32
Octal27210411107775335455662
Binary1011101010001001001001011111111110111011101100101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4449; }

 p { color: rgb(186,68,73); }

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

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

 a { background-color: rgb(186,68,73); }

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

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

 span { border-color: rgb(186,68,73); }

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