#BA396E

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

Shades of Royal Heath #BA396E

Tints of Royal Heath #BA396E

Color information

#BA396E (or 0xBA396E) is unknown color: approx Royal Heath. HEX triplet: BA, 39 and 6E. RGB value is (186,57,110). Sum of RGB (Red+Green+Blue) = 186+57+110=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA396E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA396E is #45C691. Grayscale: #656565. Windows color (decimal): -4572818 or 7223738. OLE color: 7223738.

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

Color convert

RGB18657110-
CMYK00.690.410.27
HSL335.35º53.09%47.65%-
HSV(B)335.35º69.35%72.94%-
XYZ24.5314.4916.26-
YUV101.61132.74188.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 57 (22.66% from 255) = 16.15%
BLUE value IS 110 (43.36% from 255) = 31.16%
R=52.69%
G=16.15%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865711000.690.410.27335.3553.0947.65
HexBA396E045291B14f3530
Octal27271156010551335176560
Binary1011101011100111011100100010110100111011101001111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA396E; }

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

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

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

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

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

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

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

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