#BA4046

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

Shades of Old Rose #BA4046

Tints of Old Rose #BA4046

Color information

#BA4046 (or 0xBA4046) is unknown color: approx Old Rose. HEX triplet: BA, 40 and 46. RGB value is (186,64,70). Sum of RGB (Red+Green+Blue) = 186+64+70=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4046 is #45BFB9. Grayscale: #656565. Windows color (decimal): -4571066 or 4604090. OLE color: 4604090.

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

Color convert

RGB1866470-
CMYK00.660.620.27
HSL357.05º48.8%49.02%-
HSV(B)357.05º65.59%72.94%-
XYZ23.1914.557.38-
YUV101.16110.42188.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.12%
GREEN value IS 64 (25.39% from 255) = 20%
BLUE value IS 70 (27.73% from 255) = 21.88%
R=58.12%
G=20%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186647000.660.620.27357.0548.849.02
HexBA40460423E1B1653131
Octal272100106010276335456161
Binary10111010100000010001100100001011111011011101100101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4046; }

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

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

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

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

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

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

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

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