#BA537B

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

Shades of Royal Heath #BA537B

Tints of Royal Heath #BA537B

Color information

#BA537B (or 0xBA537B) is unknown color: approx Royal Heath. HEX triplet: BA, 53 and 7B. RGB value is (186,83,123). Sum of RGB (Red+Green+Blue) = 186+83+123=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA537B is #45AC84. Grayscale: #767676. Windows color (decimal): -4566149 or 8082362. OLE color: 8082362.

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

Color convert

RGB18683123-
CMYK00.550.340.27
HSL336.7º42.74%52.75%-
HSV(B)336.7º55.38%72.94%-
XYZ26.9218.0620.81-
YUV118.36130.62176.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 83 (32.81% from 255) = 21.17%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=47.45%
G=21.17%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868312300.550.340.27336.742.7452.75
HexBA537B037221B1512b35
Octal27212317306742335215365
Binary1011101010100111111011011011110001011011101010001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA537B; }

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

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

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

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

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

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

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

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