#BA466E

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

Shades of Royal Heath #BA466E

Tints of Royal Heath #BA466E

Color information

#BA466E (or 0xBA466E) is unknown color: approx Royal Heath. HEX triplet: BA, 46 and 6E. RGB value is (186,70,110). Sum of RGB (Red+Green+Blue) = 186+70+110=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA466E is #45B991. Grayscale: #6D6D6D. Windows color (decimal): -4569490 or 7227066. OLE color: 7227066.

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

Color convert

RGB18670110-
CMYK00.620.410.27
HSL339.31º45.67%50.2%-
HSV(B)339.31º62.37%72.94%-
XYZ25.2515.9516.5-
YUV109.24128.43182.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 70 (27.73% from 255) = 19.13%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=50.82%
G=19.13%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867011000.620.410.27339.3145.6750.2
HexBA466E03E291B1532e32
Octal27210615607651335235662
Binary1011101010001101101110011111010100111011101010011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA466E; }

 p { color: rgb(186,70,110); }

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

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

 a { background-color: rgb(186,70,110); }

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

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

 span { border-color: rgb(186,70,110); }

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