#BA587E

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

Shades of Royal Heath #BA587E

Tints of Royal Heath #BA587E

Color information

#BA587E (or 0xBA587E) is unknown color: approx Royal Heath. HEX triplet: BA, 58 and 7E. RGB value is (186,88,126). Sum of RGB (Red+Green+Blue) = 186+88+126=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA587E is #45A781. Grayscale: #797979. Windows color (decimal): -4564866 or 8280250. OLE color: 8280250.

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

Color convert

RGB18688126-
CMYK00.530.320.27
HSL336.73º41.53%53.73%-
HSV(B)336.73º52.69%72.94%-
XYZ27.5118.9221.94-
YUV121.63130.47173.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.5%
GREEN value IS 88 (34.77% from 255) = 22%
BLUE value IS 126 (49.61% from 255) = 31.5%
R=46.5%
G=22%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868812600.530.320.27336.7341.5353.73
HexBA587E035201B1512a36
Octal27213017606540335215266
Binary1011101010110001111110011010110000011011101010001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA587E; }

 p { color: rgb(186,88,126); }

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

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

 a { background-color: rgb(186,88,126); }

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

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

 span { border-color: rgb(186,88,126); }

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