#BA4349

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

Shades of Old Rose #BA4349

Tints of Old Rose #BA4349

Color information

#BA4349 (or 0xBA4349) is unknown color: approx Old Rose. HEX triplet: BA, 43 and 49. RGB value is (186,67,73). Sum of RGB (Red+Green+Blue) = 186+67+73=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4349 is #45BCB6. Grayscale: #676767. Windows color (decimal): -4570295 or 4801466. OLE color: 4801466.

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

Color convert

RGB1866773-
CMYK00.640.610.27
HSL356.97º47.04%49.61%-
HSV(B)356.97º63.98%72.94%-
XYZ23.4614.937.95-
YUV103.26110.92187.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.06%
GREEN value IS 67 (26.56% from 255) = 20.55%
BLUE value IS 73 (28.91% from 255) = 22.39%
R=57.06%
G=20.55%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186677300.640.610.27356.9747.0449.61
HexBA43490403D1B1652f32
Octal272103111010075335455762
Binary10111010100001110010010100000011110111011101100101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4349; }

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

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

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

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

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

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

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

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