#BA4974

Color #BA4974 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BA4974

Tints of Royal Heath #BA4974

Color information

#BA4974 (or 0xBA4974) is unknown color: approx Royal Heath. HEX triplet: BA, 49 and 74. RGB value is (186,73,116). Sum of RGB (Red+Green+Blue) = 186+73+116=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4974 is #45B68B. Grayscale: #6F6F6F. Windows color (decimal): -4568716 or 7621050. OLE color: 7621050.

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

Color convert

RGB18673116-
CMYK00.610.380.27
HSL337.17º45.02%50.78%-
HSV(B)337.17º60.75%72.94%-
XYZ25.7816.4718.34-
YUV111.69130.44181-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 73 (28.91% from 255) = 19.47%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=49.6%
G=19.47%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867311600.610.380.27337.1745.0250.78
HexBA497403D261B1512d33
Octal27211116407546335215563
Binary1011101010010011110100011110110011011011101010001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4974; }

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

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

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

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

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

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

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

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