#BA4578

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

Shades of Royal Heath #BA4578

Tints of Royal Heath #BA4578

Color information

#BA4578 (or 0xBA4578) is unknown color: approx Royal Heath. HEX triplet: BA, 45 and 78. RGB value is (186,69,120). Sum of RGB (Red+Green+Blue) = 186+69+120=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4578 is #45BA87. Grayscale: #6D6D6D. Windows color (decimal): -4569736 or 7882170. OLE color: 7882170.

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

Color convert

RGB18669120-
CMYK00.630.350.27
HSL333.85º45.88%50%-
HSV(B)333.85º62.9%72.94%-
XYZ25.7716.0519.51-
YUV109.8133.76182.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 120 (47.27% from 255) = 32%
R=49.6%
G=18.4%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866912000.630.350.27333.8545.8850
HexBA457803F231B14e2e32
Octal27210517007743335165662
Binary1011101010001011111000011111110001111011101001110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4578; }

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

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

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

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

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

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

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

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