#BA487B

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

Shades of Royal Heath #BA487B

Tints of Royal Heath #BA487B

Color information

#BA487B (or 0xBA487B) is unknown color: approx Royal Heath. HEX triplet: BA, 48 and 7B. RGB value is (186,72,123). Sum of RGB (Red+Green+Blue) = 186+72+123=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA487B is #45B784. Grayscale: #6F6F6F. Windows color (decimal): -4568965 or 8079546. OLE color: 8079546.

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

Color convert

RGB18672123-
CMYK00.610.340.27
HSL333.16º45.24%50.59%-
HSV(B)333.16º61.29%72.94%-
XYZ26.1416.520.55-
YUV111.9134.27180.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.82%
GREEN value IS 72 (28.52% from 255) = 18.90%
BLUE value IS 123 (48.44% from 255) = 32.28%
R=48.82%
G=18.90%
B=32.28%

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
Decimal1867212300.610.340.27333.1645.2450.59
HexBA487B03D221B14d2d33
Octal27211017307542335155563
Binary1011101010010001111011011110110001011011101001101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA487B; }

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

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

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

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

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

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

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

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