#BA4249

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

Shades of Old Rose #BA4249

Tints of Old Rose #BA4249

Color information

#BA4249 (or 0xBA4249) is unknown color: approx Old Rose. HEX triplet: BA, 42 and 49. RGB value is (186,66,73). Sum of RGB (Red+Green+Blue) = 186+66+73=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4249 is #45BDB6. Grayscale: #666666. Windows color (decimal): -4570551 or 4801210. OLE color: 4801210.

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

Color convert

RGB1866673-
CMYK00.650.610.27
HSL356.5º47.62%49.41%-
HSV(B)356.5º64.52%72.94%-
XYZ23.414.827.93-
YUV102.68111.26187.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 66 (26.17% from 255) = 20.31%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=57.23%
G=20.31%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186667300.650.610.27356.547.6249.41
HexBA42490413D1B1643031
Octal272102111010175335446061
Binary10111010100001010010010100000111110111011101100100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4249; }

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

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

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

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

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

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

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

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