#BA4C73

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

Shades of Royal Heath #BA4C73

Tints of Royal Heath #BA4C73

Color information

#BA4C73 (or 0xBA4C73) is unknown color: approx Royal Heath. HEX triplet: BA, 4C and 73. RGB value is (186,76,115). Sum of RGB (Red+Green+Blue) = 186+76+115=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C73 is #45B38C. Grayscale: #717171. Windows color (decimal): -4567949 or 7556282. OLE color: 7556282.

HSL color Cylindrical-coordinate representation of color #BA4C73: hue angle of 338.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4C73 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB18676115-
CMYK00.590.380.27
HSL338.73º44.35%51.37%-
HSV(B)338.73º59.14%72.94%-
XYZ25.9316.8518.1-
YUV113.34128.94179.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.34%
GREEN value IS 76 (30.08% from 255) = 20.16%
BLUE value IS 115 (45.31% from 255) = 30.50%
R=49.34%
G=20.16%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867611500.590.380.27338.7344.3551.37
HexBA4C7303B261B1532c33
Octal27211416307346335235463
Binary1011101010011001110011011101110011011011101010011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4C73; }

 p { color: rgb(186,76,115); }

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

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

 a { background-color: rgb(186,76,115); }

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

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

 span { border-color: rgb(186,76,115); }

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