#BA404C

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

Shades of Old Rose #BA404C

Tints of Old Rose #BA404C

Color information

#BA404C (or 0xBA404C) is unknown color: approx Old Rose. HEX triplet: BA, 40 and 4C. RGB value is (186,64,76). Sum of RGB (Red+Green+Blue) = 186+64+76=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA404C is #45BFB3. Grayscale: #656565. Windows color (decimal): -4571060 or 4997306. OLE color: 4997306.

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

Color convert

RGB1866476-
CMYK00.660.590.27
HSL354.1º48.8%49.02%-
HSV(B)354.1º65.59%72.94%-
XYZ23.3914.638.43-
YUV101.85113.42188.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.06%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 76 (30.08% from 255) = 23.31%
R=57.06%
G=19.63%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186647600.660.590.27354.148.849.02
HexBA404C0423B1B1623131
Octal272100114010273335426161
Binary10111010100000010011000100001011101111011101100010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA404C; }

 p { color: rgb(186,64,76); }

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

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

 a { background-color: rgb(186,64,76); }

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

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

 span { border-color: rgb(186,64,76); }

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