#ba406f

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

Shades of Royal Heath #BA406F

Tints of Royal Heath #BA406F

Color information

#BA406F (or 0xBA406F) is unknown color: approx Royal Heath. HEX triplet: BA, 40 and 6F. RGB value is (186,64,111). Sum of RGB (Red+Green+Blue) = 186+64+111=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA406F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA406F is #45BF90. Grayscale: #696969. Windows color (decimal): -4571025 or 7291066. OLE color: 7291066.

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

Color convert

RGB18664111-
CMYK00.660.400.27
HSL336.89º48.8%49.02%-
HSV(B)336.89º65.59%72.94%-
XYZ24.9515.2516.67-
YUV105.84130.92185.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 64 (25.39% from 255) = 17.73%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=51.52%
G=17.73%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866411100.660.400.27336.8948.849.02
HexBA406F042281B1513131
Octal272100157010250335216161
Binary10111010100000011011110100001010100011011101010001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba406f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba406f; }

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

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

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

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

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

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

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

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