#BA587D

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

Shades of Royal Heath #BA587D

Tints of Royal Heath #BA587D

Color information

#BA587D (or 0xBA587D) is unknown color: approx Royal Heath. HEX triplet: BA, 58 and 7D. RGB value is (186,88,125). Sum of RGB (Red+Green+Blue) = 186+88+125=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA587D is #45A782. Grayscale: #797979. Windows color (decimal): -4564867 or 8214714. OLE color: 8214714.

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

Color convert

RGB18688125-
CMYK00.530.330.27
HSL337.35º41.53%53.73%-
HSV(B)337.35º52.69%72.94%-
XYZ27.4418.921.6-
YUV121.52129.97173.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 88 (34.77% from 255) = 22.06%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=46.62%
G=22.06%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868812500.530.330.27337.3541.5353.73
HexBA587D035211B1512a36
Octal27213017506541335215266
Binary1011101010110001111101011010110000111011101010001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA587D; }

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

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

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

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

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

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

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

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