#BA497E

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

Shades of Royal Heath #BA497E

Tints of Royal Heath #BA497E

Color information

#BA497E (or 0xBA497E) is unknown color: approx Royal Heath. HEX triplet: BA, 49 and 7E. RGB value is (186,73,126). Sum of RGB (Red+Green+Blue) = 186+73+126=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA497E is #45B681. Grayscale: #707070. Windows color (decimal): -4568706 or 8276410. OLE color: 8276410.

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

Color convert

RGB18673126-
CMYK00.610.320.27
HSL331.86º45.02%50.78%-
HSV(B)331.86º60.75%72.94%-
XYZ26.416.7121.57-
YUV112.83135.44180.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 73 (28.91% from 255) = 18.96%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=48.31%
G=18.96%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867312600.610.320.27331.8645.0250.78
HexBA497E03D201B14c2d33
Octal27211117607540335145563
Binary1011101010010011111110011110110000011011101001100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA497E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA497E; }

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

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

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

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

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

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

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

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