#BA527A

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

Shades of Royal Heath #BA527A

Tints of Royal Heath #BA527A

Color information

#BA527A (or 0xBA527A) is unknown color: approx Royal Heath. HEX triplet: BA, 52 and 7A. RGB value is (186,82,122). Sum of RGB (Red+Green+Blue) = 186+82+122=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA527A is #45AD85. Grayscale: #757575. Windows color (decimal): -4566406 or 8016570. OLE color: 8016570.

HSL color Cylindrical-coordinate representation of color #BA527A: hue angle of 336.92º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA527A is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB18682122-
CMYK00.560.340.27
HSL336.92º42.98%52.55%-
HSV(B)336.92º55.91%72.94%-
XYZ26.7817.8820.45-
YUV117.66130.46176.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.69%
GREEN value IS 82 (32.42% from 255) = 21.03%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=47.69%
G=21.03%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868212200.560.340.27336.9242.9852.55
HexBA527A038221B1512b35
Octal27212217207042335215365
Binary1011101010100101111010011100010001011011101010001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA527A; }

 p { color: rgb(186,82,122); }

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

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

 a { background-color: rgb(186,82,122); }

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

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

 span { border-color: rgb(186,82,122); }

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