#BA497D

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

Shades of Royal Heath #BA497D

Tints of Royal Heath #BA497D

Color information

#BA497D (or 0xBA497D) is unknown color: approx Royal Heath. HEX triplet: BA, 49 and 7D. RGB value is (186,73,125). Sum of RGB (Red+Green+Blue) = 186+73+125=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA497D is #45B682. Grayscale: #707070. Windows color (decimal): -4568707 or 8210874. OLE color: 8210874.

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

Color convert

RGB18673125-
CMYK00.610.330.27
HSL332.39º45.02%50.78%-
HSV(B)332.39º60.75%72.94%-
XYZ26.3316.6821.23-
YUV112.72134.94180.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 73 (28.91% from 255) = 19.01%
BLUE value IS 125 (49.22% from 255) = 32.55%
R=48.44%
G=19.01%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867312500.610.330.27332.3945.0250.78
HexBA497D03D211B14c2d33
Octal27211117507541335145563
Binary1011101010010011111101011110110000111011101001100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA497D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA497D; }

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

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

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

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

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

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

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

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