#BA557D

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

Shades of Royal Heath #BA557D

Tints of Royal Heath #BA557D

Color information

#BA557D (or 0xBA557D) is unknown color: approx Royal Heath. HEX triplet: BA, 55 and 7D. RGB value is (186,85,125). Sum of RGB (Red+Green+Blue) = 186+85+125=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA557D is #45AA82. Grayscale: #777777. Windows color (decimal): -4565635 or 8213946. OLE color: 8213946.

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

Color convert

RGB18685125-
CMYK00.540.330.27
HSL336.24º42.26%53.14%-
HSV(B)336.24º54.3%72.94%-
XYZ27.218.4221.52-
YUV119.76130.96175.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=46.97%
G=21.46%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868512500.540.330.27336.2442.2653.14
HexBA557D036211B1502a35
Octal27212517506641335205265
Binary1011101010101011111101011011010000111011101010000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA557D; }

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

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

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

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

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

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

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

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