#BA5472

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

Shades of Royal Heath #BA5472

Tints of Royal Heath #BA5472

Color information

#BA5472 (or 0xBA5472) is unknown color: approx Royal Heath. HEX triplet: BA, 54 and 72. RGB value is (186,84,114). Sum of RGB (Red+Green+Blue) = 186+84+114=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5472 is #45AB8D. Grayscale: #757575. Windows color (decimal): -4565902 or 7492794. OLE color: 7492794.

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

Color convert

RGB18684114-
CMYK00.550.390.27
HSL342.35º42.5%52.94%-
HSV(B)342.35º54.84%72.94%-
XYZ26.4617.9918-
YUV117.92125.79176.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 114 (44.92% from 255) = 29.69%
R=48.44%
G=21.88%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868411400.550.390.27342.3542.552.94
HexBA5472037271B1562a35
Octal27212416206747335265265
Binary1011101010101001110010011011110011111011101010110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5472; }

 p { color: rgb(186,84,114); }

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

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

 a { background-color: rgb(186,84,114); }

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

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

 span { border-color: rgb(186,84,114); }

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