#BA5A7D

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

Shades of Royal Heath #BA5A7D

Tints of Royal Heath #BA5A7D

Color information

#BA5A7D (or 0xBA5A7D) is unknown color: approx Royal Heath. HEX triplet: BA, 5A and 7D. RGB value is (186,90,125). Sum of RGB (Red+Green+Blue) = 186+90+125=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A7D is #45A582. Grayscale: #7A7A7A. Windows color (decimal): -4564355 or 8215226. OLE color: 8215226.

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

Color convert

RGB18690125-
CMYK00.520.330.27
HSL338.12º41.03%54.12%-
HSV(B)338.12º51.61%72.94%-
XYZ27.6119.2321.66-
YUV122.69129.3173.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 90 (35.55% from 255) = 22.44%
BLUE value IS 125 (49.22% from 255) = 31.17%
R=46.38%
G=22.44%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869012500.520.330.27338.1241.0354.12
HexBA5A7D034211B1522936
Octal27213217506441335225166
Binary1011101010110101111101011010010000111011101010010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A7D; }

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

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

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

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

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

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

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

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