#BA5774

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

Shades of Royal Heath #BA5774

Tints of Royal Heath #BA5774

Color information

#BA5774 (or 0xBA5774) is unknown color: approx Royal Heath. HEX triplet: BA, 57 and 74. RGB value is (186,87,116). Sum of RGB (Red+Green+Blue) = 186+87+116=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5774 is #45A88B. Grayscale: #777777. Windows color (decimal): -4565132 or 7624634. OLE color: 7624634.

HSL color Cylindrical-coordinate representation of color #BA5774: hue angle of 342.42º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5774 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB18687116-
CMYK00.530.380.27
HSL342.42º41.77%53.53%-
HSV(B)342.42º53.23%72.94%-
XYZ26.8118.5218.68-
YUV119.91125.8175.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 87 (34.38% from 255) = 22.37%
BLUE value IS 116 (45.70% from 255) = 29.82%
R=47.81%
G=22.37%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868711600.530.380.27342.4241.7753.53
HexBA5774035261B1562a36
Octal27212716406546335265266
Binary1011101010101111110100011010110011011011101010110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5774; }

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

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

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

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

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

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

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

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