#BA4571

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

Shades of Royal Heath #BA4571

Tints of Royal Heath #BA4571

Color information

#BA4571 (or 0xBA4571) is unknown color: approx Royal Heath. HEX triplet: BA, 45 and 71. RGB value is (186,69,113). Sum of RGB (Red+Green+Blue) = 186+69+113=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4571 is #45BA8E. Grayscale: #6C6C6C. Windows color (decimal): -4569743 or 7423418. OLE color: 7423418.

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

Color convert

RGB18669113-
CMYK00.630.390.27
HSL337.44º45.88%50%-
HSV(B)337.44º62.9%72.94%-
XYZ25.3615.8917.35-
YUV109130.26182.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.54%
GREEN value IS 69 (27.34% from 255) = 18.75%
BLUE value IS 113 (44.53% from 255) = 30.71%
R=50.54%
G=18.75%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866911300.630.390.27337.4445.8850
HexBA457103F271B1512e32
Octal27210516107747335215662
Binary1011101010001011110001011111110011111011101010001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4571; }

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

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

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

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

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

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

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

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