#ba446d

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

Shades of Royal Heath #BA446D

Tints of Royal Heath #BA446D

Color information

#BA446D (or 0xBA446D) is unknown color: approx Royal Heath. HEX triplet: BA, 44 and 6D. RGB value is (186,68,109). Sum of RGB (Red+Green+Blue) = 186+68+109=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA446D is #45BB92. Grayscale: #6B6B6B. Windows color (decimal): -4570003 or 7161018. OLE color: 7161018.

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

Color convert

RGB18668109-
CMYK00.630.410.27
HSL339.15º46.46%49.8%-
HSV(B)339.15º63.44%72.94%-
XYZ25.0815.6816.17-
YUV107.96128.59183.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 68 (26.95% from 255) = 18.73%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=51.24%
G=18.73%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866810900.630.410.27339.1546.4649.8
HexBA446D03F291B1532e32
Octal27210415507751335235662
Binary1011101010001001101101011111110100111011101010011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba446d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba446d; }

 p { color: rgb(186,68,109); }

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

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

 a { background-color: rgb(186,68,109); }

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

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

 span { border-color: rgb(186,68,109); }

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