#ba446f

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

Shades of Royal Heath #BA446F

Tints of Royal Heath #BA446F

Color information

#BA446F (or 0xBA446F) is unknown color: approx Royal Heath. HEX triplet: BA, 44 and 6F. RGB value is (186,68,111). Sum of RGB (Red+Green+Blue) = 186+68+111=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA446F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA446F is #45BB90. Grayscale: #6C6C6C. Windows color (decimal): -4570001 or 7292090. OLE color: 7292090.

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

Color convert

RGB18668111-
CMYK00.630.400.27
HSL338.14º46.46%49.8%-
HSV(B)338.14º63.44%72.94%-
XYZ25.1915.7216.75-
YUV108.18129.59183.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 68 (26.95% from 255) = 18.63%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=50.96%
G=18.63%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866811100.630.400.27338.1446.4649.8
HexBA446F03F281B1522e32
Octal27210415707750335225662
Binary1011101010001001101111011111110100011011101010010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba446f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba446f; }

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

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

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

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

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

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

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

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