#BA557E

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

Shades of Royal Heath #BA557E

Tints of Royal Heath #BA557E

Color information

#BA557E (or 0xBA557E) is unknown color: approx Royal Heath. HEX triplet: BA, 55 and 7E. RGB value is (186,85,126). Sum of RGB (Red+Green+Blue) = 186+85+126=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA557E is #45AA81. Grayscale: #777777. Windows color (decimal): -4565634 or 8279482. OLE color: 8279482.

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

Color convert

RGB18685126-
CMYK00.540.320.27
HSL335.64º42.26%53.14%-
HSV(B)335.64º54.3%72.94%-
XYZ27.2618.4421.86-
YUV119.87131.46175.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 85 (33.59% from 255) = 21.41%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=46.85%
G=21.41%
B=31.74%

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
Decimal1868512600.540.320.27335.6442.2653.14
HexBA557E036201B1502a35
Octal27212517606640335205265
Binary1011101010101011111110011011010000011011101010000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA557E; }

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

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

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

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

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

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

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

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