#BA4574

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

Shades of Royal Heath #BA4574

Tints of Royal Heath #BA4574

Color information

#BA4574 (or 0xBA4574) is unknown color: approx Royal Heath. HEX triplet: BA, 45 and 74. RGB value is (186,69,116). Sum of RGB (Red+Green+Blue) = 186+69+116=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4574 is #45BA8B. Grayscale: #6D6D6D. Windows color (decimal): -4569740 or 7620026. OLE color: 7620026.

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

Color convert

RGB18669116-
CMYK00.630.380.27
HSL335.9º45.88%50%-
HSV(B)335.9º62.9%72.94%-
XYZ25.5315.9618.26-
YUV109.34131.76182.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 69 (27.34% from 255) = 18.60%
BLUE value IS 116 (45.70% from 255) = 31.27%
R=50.13%
G=18.60%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866911600.630.380.27335.945.8850
HexBA457403F261B1502e32
Octal27210516407746335205662
Binary1011101010001011110100011111110011011011101010000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4574; }

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

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

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

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

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

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

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

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