#BA3E74

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

Shades of Royal Heath #BA3E74

Tints of Royal Heath #BA3E74

Color information

#BA3E74 (or 0xBA3E74) is unknown color: approx Royal Heath. HEX triplet: BA, 3E and 74. RGB value is (186,62,116). Sum of RGB (Red+Green+Blue) = 186+62+116=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E74 is #45C18B. Grayscale: #696969. Windows color (decimal): -4571532 or 7618234. OLE color: 7618234.

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

Color convert

RGB18662116-
CMYK00.670.380.27
HSL333.87º50%48.63%-
HSV(B)333.87º66.67%72.94%-
XYZ25.1215.1518.12-
YUV105.23134.08185.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.10%
GREEN value IS 62 (24.61% from 255) = 17.03%
BLUE value IS 116 (45.70% from 255) = 31.87%
R=51.10%
G=17.03%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866211600.670.380.27333.875048.63
HexBA3E74043261B14e3231
Octal27276164010346335166261
Binary1011101011111011101000100001110011011011101001110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3E74; }

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

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

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

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

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

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

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

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