#BA567F

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

Shades of Royal Heath #BA567F

Tints of Royal Heath #BA567F

Color information

#BA567F (or 0xBA567F) is unknown color: approx Royal Heath. HEX triplet: BA, 56 and 7F. RGB value is (186,86,127). Sum of RGB (Red+Green+Blue) = 186+86+127=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA567F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA567F is #45A980. Grayscale: #787878. Windows color (decimal): -4565377 or 8345274. OLE color: 8345274.

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

Color convert

RGB18686127-
CMYK00.540.320.27
HSL335.4º42.02%53.33%-
HSV(B)335.4º53.76%72.94%-
XYZ27.4118.6322.23-
YUV120.57131.63174.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 86 (33.98% from 255) = 21.55%
BLUE value IS 127 (50% from 255) = 31.83%
R=46.62%
G=21.55%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868612700.540.320.27335.442.0253.33
HexBA567F036201B14f2a35
Octal27212617706640335175265
Binary1011101010101101111111011011010000011011101001111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA567F; }

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

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

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

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

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

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

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

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