#BA424E

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

Shades of Old Rose #BA424E

Tints of Old Rose #BA424E

Color information

#BA424E (or 0xBA424E) is unknown color: approx Old Rose. HEX triplet: BA, 42 and 4E. RGB value is (186,66,78). Sum of RGB (Red+Green+Blue) = 186+66+78=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA424E is #45BDB1. Grayscale: #676767. Windows color (decimal): -4570546 or 5128890. OLE color: 5128890.

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

Color convert

RGB1866678-
CMYK00.650.580.27
HSL354º47.62%49.41%-
HSV(B)354º64.52%72.94%-
XYZ23.5714.898.84-
YUV103.25113.76187.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.36%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=56.36%
G=20%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186667800.650.580.2735447.6249.41
HexBA424E0413A1B1623031
Octal272102116010172335426061
Binary10111010100001010011100100000111101011011101100010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA424E; }

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

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

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

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

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

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

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

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