#BA557F

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

Shades of Royal Heath #BA557F

Tints of Royal Heath #BA557F

Color information

#BA557F (or 0xBA557F) is unknown color: approx Royal Heath. HEX triplet: BA, 55 and 7F. RGB value is (186,85,127). Sum of RGB (Red+Green+Blue) = 186+85+127=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA557F is #45AA80. Grayscale: #777777. Windows color (decimal): -4565633 or 8345018. OLE color: 8345018.

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

Color convert

RGB18685127-
CMYK00.540.320.27
HSL335.05º42.26%53.14%-
HSV(B)335.05º54.3%72.94%-
XYZ27.3318.4722.2-
YUV119.99131.96175.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 85 (33.59% from 255) = 21.36%
BLUE value IS 127 (50% from 255) = 31.91%
R=46.73%
G=21.36%
B=31.91%

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
Decimal1868512700.540.320.27335.0542.2653.14
HexBA557F036201B14f2a35
Octal27212517706640335175265
Binary1011101010101011111111011011010000011011101001111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA557F; }

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

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

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

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

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

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

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

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