#BA527B

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

Shades of Royal Heath #BA527B

Tints of Royal Heath #BA527B

Color information

#BA527B (or 0xBA527B) is unknown color: approx Royal Heath. HEX triplet: BA, 52 and 7B. RGB value is (186,82,123). Sum of RGB (Red+Green+Blue) = 186+82+123=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA527B is #45AD84. Grayscale: #757575. Windows color (decimal): -4566405 or 8082106. OLE color: 8082106.

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

Color convert

RGB18682123-
CMYK00.560.340.27
HSL336.35º42.98%52.55%-
HSV(B)336.35º55.91%72.94%-
XYZ26.8417.920.78-
YUV117.77130.96176.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 82 (32.42% from 255) = 20.97%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=47.57%
G=20.97%
B=31.46%

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
Decimal1868212300.560.340.27336.3542.9852.55
HexBA527B038221B1502b35
Octal27212217307042335205365
Binary1011101010100101111011011100010001011011101010000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA527B; }

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

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

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

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

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

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

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

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