#BA406C

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

Shades of Royal Heath #BA406C

Tints of Royal Heath #BA406C

Color information

#BA406C (or 0xBA406C) is unknown color: approx Royal Heath. HEX triplet: BA, 40 and 6C. RGB value is (186,64,108). Sum of RGB (Red+Green+Blue) = 186+64+108=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA406C is #45BF93. Grayscale: #696969. Windows color (decimal): -4571028 or 7094458. OLE color: 7094458.

HSL color Cylindrical-coordinate representation of color #BA406C: hue angle of 338.36º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA406C is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB18664108-
CMYK00.660.420.27
HSL338.36º48.8%49.02%-
HSV(B)338.36º65.59%72.94%-
XYZ24.7915.1915.81-
YUV105.49129.42185.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.96%
GREEN value IS 64 (25.39% from 255) = 17.88%
BLUE value IS 108 (42.58% from 255) = 30.17%
R=51.96%
G=17.88%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866410800.660.420.27338.3648.849.02
HexBA406C0422A1B1523131
Octal272100154010252335226161
Binary10111010100000011011000100001010101011011101010010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA406C; }

 p { color: rgb(186,64,108); }

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

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

 a { background-color: rgb(186,64,108); }

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

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

 span { border-color: rgb(186,64,108); }

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