#BA5C7E

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

Shades of Royal Heath #BA5C7E

Tints of Royal Heath #BA5C7E

Color information

#BA5C7E (or 0xBA5C7E) is unknown color: approx Royal Heath. HEX triplet: BA, 5C and 7E. RGB value is (186,92,126). Sum of RGB (Red+Green+Blue) = 186+92+126=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C7E is #45A381. Grayscale: #7B7B7B. Windows color (decimal): -4563842 or 8281274. OLE color: 8281274.

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

Color convert

RGB18692126-
CMYK00.510.320.27
HSL338.3º40.52%54.51%-
HSV(B)338.3º50.54%72.94%-
XYZ27.8419.622.05-
YUV123.98129.14172.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 92 (36.33% from 255) = 22.77%
BLUE value IS 126 (49.61% from 255) = 31.19%
R=46.04%
G=22.77%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869212600.510.320.27338.340.5254.51
HexBA5C7E033201B1522937
Octal27213417606340335225167
Binary1011101010111001111110011001110000011011101010010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C7E; }

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

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

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

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

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

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

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

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