#BA567A

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

Shades of Royal Heath #BA567A

Tints of Royal Heath #BA567A

Color information

#BA567A (or 0xBA567A) is unknown color: approx Royal Heath. HEX triplet: BA, 56 and 7A. RGB value is (186,86,122). Sum of RGB (Red+Green+Blue) = 186+86+122=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA567A is #45A985. Grayscale: #777777. Windows color (decimal): -4565382 or 8017594. OLE color: 8017594.

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

Color convert

RGB18686122-
CMYK00.540.340.27
HSL338.4º42.02%53.33%-
HSV(B)338.4º53.76%72.94%-
XYZ27.0918.520.56-
YUV120129.13175.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 86 (33.98% from 255) = 21.83%
BLUE value IS 122 (48.05% from 255) = 30.96%
R=47.21%
G=21.83%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868612200.540.340.27338.442.0253.33
HexBA567A036221B1522a35
Octal27212617206642335225265
Binary1011101010101101111010011011010001011011101010010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA567A; }

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

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

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

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

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

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

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

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