#BA3974

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

Shades of Royal Heath #BA3974

Tints of Royal Heath #BA3974

Color information

#BA3974 (or 0xBA3974) is unknown color: approx Royal Heath. HEX triplet: BA, 39 and 74. RGB value is (186,57,116). Sum of RGB (Red+Green+Blue) = 186+57+116=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3974 is #45C68B. Grayscale: #666666. Windows color (decimal): -4572812 or 7616954. OLE color: 7616954.

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

Color convert

RGB18657116-
CMYK00.690.380.27
HSL332.56º53.09%47.65%-
HSV(B)332.56º69.35%72.94%-
XYZ24.8714.6318.04-
YUV102.3135.74187.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 57 (22.66% from 255) = 15.88%
BLUE value IS 116 (45.70% from 255) = 32.31%
R=51.81%
G=15.88%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865711600.690.380.27332.5653.0947.65
HexBA3974045261B14d3530
Octal27271164010546335156560
Binary1011101011100111101000100010110011011011101001101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3974; }

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

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

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

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

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

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

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

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