#BA5A7E

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

Shades of Royal Heath #BA5A7E

Tints of Royal Heath #BA5A7E

Color information

#BA5A7E (or 0xBA5A7E) is unknown color: approx Royal Heath. HEX triplet: BA, 5A and 7E. RGB value is (186,90,126). Sum of RGB (Red+Green+Blue) = 186+90+126=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A7E is #45A581. Grayscale: #7A7A7A. Windows color (decimal): -4564354 or 8280762. OLE color: 8280762.

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

Color convert

RGB18690126-
CMYK00.520.320.27
HSL337.5º41.03%54.12%-
HSV(B)337.5º51.61%72.94%-
XYZ27.6719.2622-
YUV122.81129.8173.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 90 (35.55% from 255) = 22.39%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=46.27%
G=22.39%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869012600.520.320.27337.541.0354.12
HexBA5A7E034201B1522936
Octal27213217606440335225166
Binary1011101010110101111110011010010000011011101010010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A7E; }

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

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

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

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

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

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

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

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