#BA5C7C

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

Shades of Royal Heath #BA5C7C

Tints of Royal Heath #BA5C7C

Color information

#BA5C7C (or 0xBA5C7C) is unknown color: approx Royal Heath. HEX triplet: BA, 5C and 7C. RGB value is (186,92,124). Sum of RGB (Red+Green+Blue) = 186+92+124=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C7C is #45A383. Grayscale: #7B7B7B. Windows color (decimal): -4563844 or 8150202. OLE color: 8150202.

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

Color convert

RGB18692124-
CMYK00.510.330.27
HSL339.57º40.52%54.51%-
HSV(B)339.57º50.54%72.94%-
XYZ27.7119.5521.38-
YUV123.75128.14172.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 92 (36.33% from 255) = 22.89%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=46.27%
G=22.89%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869212400.510.330.27339.5740.5254.51
HexBA5C7C033211B1542937
Octal27213417406341335245167
Binary1011101010111001111100011001110000111011101010100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C7C; }

 p { color: rgb(186,92,124); }

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

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

 a { background-color: rgb(186,92,124); }

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

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

 span { border-color: rgb(186,92,124); }

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