#BA5475

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

Shades of Royal Heath #BA5475

Tints of Royal Heath #BA5475

Color information

#BA5475 (or 0xBA5475) is unknown color: approx Royal Heath. HEX triplet: BA, 54 and 75. RGB value is (186,84,117). Sum of RGB (Red+Green+Blue) = 186+84+117=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5475 is #45AB8A. Grayscale: #767676. Windows color (decimal): -4565899 or 7689402. OLE color: 7689402.

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

Color convert

RGB18684117-
CMYK00.550.370.27
HSL340.59º42.5%52.94%-
HSV(B)340.59º54.84%72.94%-
XYZ26.6318.0618.91-
YUV118.26127.29176.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 117 (46.09% from 255) = 30.23%
R=48.06%
G=21.71%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868411700.550.370.27340.5942.552.94
HexBA5475037251B1552a35
Octal27212416506745335255265
Binary1011101010101001110101011011110010111011101010101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5475; }

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

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

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

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

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

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

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

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