#BA457F

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

Shades of Royal Heath #BA457F

Tints of Royal Heath #BA457F

Color information

#BA457F (or 0xBA457F) is unknown color: approx Royal Heath. HEX triplet: BA, 45 and 7F. RGB value is (186,69,127). Sum of RGB (Red+Green+Blue) = 186+69+127=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA457F is #45BA80. Grayscale: #6E6E6E. Windows color (decimal): -4569729 or 8340922. OLE color: 8340922.

HSL color Cylindrical-coordinate representation of color #BA457F: hue angle of 330.26º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA457F is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18669127-
CMYK00.630.320.27
HSL330.26º45.88%50%-
HSV(B)330.26º62.9%72.94%-
XYZ26.2116.2321.83-
YUV110.59137.26181.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.69%
GREEN value IS 69 (27.34% from 255) = 18.06%
BLUE value IS 127 (50% from 255) = 33.25%
R=48.69%
G=18.06%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866912700.630.320.27330.2645.8850
HexBA457F03F201B14a2e32
Octal27210517707740335125662
Binary1011101010001011111111011111110000011011101001010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA457F; }

 p { color: rgb(186,69,127); }

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

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

 a { background-color: rgb(186,69,127); }

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

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

 span { border-color: rgb(186,69,127); }

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