#BA487A

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

Shades of Royal Heath #BA487A

Tints of Royal Heath #BA487A

Color information

#BA487A (or 0xBA487A) is unknown color: approx Royal Heath. HEX triplet: BA, 48 and 7A. RGB value is (186,72,122). Sum of RGB (Red+Green+Blue) = 186+72+122=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA487A is #45B785. Grayscale: #6F6F6F. Windows color (decimal): -4568966 or 8014010. OLE color: 8014010.

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

Color convert

RGB18672122-
CMYK00.610.340.27
HSL333.68º45.24%50.59%-
HSV(B)333.68º61.29%72.94%-
XYZ26.0816.4820.22-
YUV111.79133.77180.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 72 (28.52% from 255) = 18.95%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=48.95%
G=18.95%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867212200.610.340.27333.6845.2450.59
HexBA487A03D221B14e2d33
Octal27211017207542335165563
Binary1011101010010001111010011110110001011011101001110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA487A; }

 p { color: rgb(186,72,122); }

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

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

 a { background-color: rgb(186,72,122); }

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

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

 span { border-color: rgb(186,72,122); }

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