#BA5B7D

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

Shades of Royal Heath #BA5B7D

Tints of Royal Heath #BA5B7D

Color information

#BA5B7D (or 0xBA5B7D) is unknown color: approx Royal Heath. HEX triplet: BA, 5B and 7D. RGB value is (186,91,125). Sum of RGB (Red+Green+Blue) = 186+91+125=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B7D is #45A482. Grayscale: #7B7B7B. Windows color (decimal): -4564099 or 8215482. OLE color: 8215482.

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

Color convert

RGB18691125-
CMYK00.510.330.27
HSL338.53º40.77%54.31%-
HSV(B)338.53º51.08%72.94%-
XYZ27.6919.421.69-
YUV123.28128.97172.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 91 (35.94% from 255) = 22.64%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=46.27%
G=22.64%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869112500.510.330.27338.5340.7754.31
HexBA5B7D033211B1532936
Octal27213317506341335235166
Binary1011101010110111111101011001110000111011101010011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5B7D; }

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

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

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

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

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

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

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

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