#BA587B

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

Shades of Royal Heath #BA587B

Tints of Royal Heath #BA587B

Color information

#BA587B (or 0xBA587B) is unknown color: approx Royal Heath. HEX triplet: BA, 58 and 7B. RGB value is (186,88,123). Sum of RGB (Red+Green+Blue) = 186+88+123=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA587B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA587B is #45A784. Grayscale: #797979. Windows color (decimal): -4564869 or 8083642. OLE color: 8083642.

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

Color convert

RGB18688123-
CMYK00.530.340.27
HSL338.57º41.53%53.73%-
HSV(B)338.57º52.69%72.94%-
XYZ27.3118.8520.94-
YUV121.29128.97174.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 88 (34.77% from 255) = 22.17%
BLUE value IS 123 (48.44% from 255) = 30.98%
R=46.85%
G=22.17%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868812300.530.340.27338.5741.5353.73
HexBA587B035221B1532a36
Octal27213017306542335235266
Binary1011101010110001111011011010110001011011101010011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA587B; }

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

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

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

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

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

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

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

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