#BA5E79

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

Shades of Royal Heath #BA5E79

Tints of Royal Heath #BA5E79

Color information

#BA5E79 (or 0xBA5E79) is unknown color: approx Royal Heath. HEX triplet: BA, 5E and 79. RGB value is (186,94,121). Sum of RGB (Red+Green+Blue) = 186+94+121=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E79 is #45A186. Grayscale: #7C7C7C. Windows color (decimal): -4563335 or 7954106. OLE color: 7954106.

HSL color Cylindrical-coordinate representation of color #BA5E79: hue angle of 342.39º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5E79 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18694121-
CMYK00.490.350.27
HSL342.39º40%54.9%-
HSV(B)342.39º49.46%72.94%-
XYZ27.719.8220.46-
YUV124.59125.98171.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 121 (47.66% from 255) = 30.17%
R=46.38%
G=23.44%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869412100.490.350.27342.394054.9
HexBA5E79031231B1562837
Octal27213617106143335265067
Binary1011101010111101111001011000110001111011101010110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E79; }

 p { color: rgb(186,94,121); }

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

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

 a { background-color: rgb(186,94,121); }

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

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

 span { border-color: rgb(186,94,121); }

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