#BA4C76

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

Shades of Royal Heath #BA4C76

Tints of Royal Heath #BA4C76

Color information

#BA4C76 (or 0xBA4C76) is unknown color: approx Royal Heath. HEX triplet: BA, 4C and 76. RGB value is (186,76,118). Sum of RGB (Red+Green+Blue) = 186+76+118=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C76 is #45B389. Grayscale: #717171. Windows color (decimal): -4567946 or 7752890. OLE color: 7752890.

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

Color convert

RGB18676118-
CMYK00.590.370.27
HSL337.09º44.35%51.37%-
HSV(B)337.09º59.14%72.94%-
XYZ26.116.9219.03-
YUV113.68130.44179.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 76 (30.08% from 255) = 20%
BLUE value IS 118 (46.48% from 255) = 31.05%
R=48.95%
G=20%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867611800.590.370.27337.0944.3551.37
HexBA4C7603B251B1512c33
Octal27211416607345335215463
Binary1011101010011001110110011101110010111011101010001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4C76; }

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

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

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

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

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

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

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

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