#BA3E79

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

Shades of Royal Heath #BA3E79

Tints of Royal Heath #BA3E79

Color information

#BA3E79 (or 0xBA3E79) is unknown color: approx Royal Heath. HEX triplet: BA, 3E and 79. RGB value is (186,62,121). Sum of RGB (Red+Green+Blue) = 186+62+121=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E79 is #45C186. Grayscale: #696969. Windows color (decimal): -4571527 or 7945914. OLE color: 7945914.

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

Color convert

RGB18662121-
CMYK00.670.350.27
HSL331.45º50%48.63%-
HSV(B)331.45º66.67%72.94%-
XYZ25.4215.2619.7-
YUV105.8136.58185.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 62 (24.61% from 255) = 16.80%
BLUE value IS 121 (47.66% from 255) = 32.79%
R=50.41%
G=16.80%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866212100.670.350.27331.455048.63
HexBA3E79043231B14b3231
Octal27276171010343335136261
Binary1011101011111011110010100001110001111011101001011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3E79; }

 p { color: rgb(186,62,121); }

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

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

 a { background-color: rgb(186,62,121); }

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

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

 span { border-color: rgb(186,62,121); }

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