#BA4577

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

Shades of Royal Heath #BA4577

Tints of Royal Heath #BA4577

Color information

#BA4577 (or 0xBA4577) is unknown color: approx Royal Heath. HEX triplet: BA, 45 and 77. RGB value is (186,69,119). Sum of RGB (Red+Green+Blue) = 186+69+119=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4577 is #45BA88. Grayscale: #6D6D6D. Windows color (decimal): -4569737 or 7816634. OLE color: 7816634.

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

Color convert

RGB18669119-
CMYK00.630.360.27
HSL334.36º45.88%50%-
HSV(B)334.36º62.9%72.94%-
XYZ25.7116.0319.19-
YUV109.68133.26182.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 69 (27.34% from 255) = 18.45%
BLUE value IS 119 (46.88% from 255) = 31.82%
R=49.73%
G=18.45%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866911900.630.360.27334.3645.8850
HexBA457703F241B14e2e32
Octal27210516707744335165662
Binary1011101010001011110111011111110010011011101001110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4577; }

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

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

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

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

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

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

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

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