#BA4C7A

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

Shades of Royal Heath #BA4C7A

Tints of Royal Heath #BA4C7A

Color information

#BA4C7A (or 0xBA4C7A) is unknown color: approx Royal Heath. HEX triplet: BA, 4C and 7A. RGB value is (186,76,122). Sum of RGB (Red+Green+Blue) = 186+76+122=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C7A is #45B385. Grayscale: #727272. Windows color (decimal): -4567942 or 8015034. OLE color: 8015034.

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

Color convert

RGB18676122-
CMYK00.590.340.27
HSL334.91º44.35%51.37%-
HSV(B)334.91º59.14%72.94%-
XYZ26.3517.0120.31-
YUV114.13132.44179.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 76 (30.08% from 255) = 19.79%
BLUE value IS 122 (48.05% from 255) = 31.77%
R=48.44%
G=19.79%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867612200.590.340.27334.9144.3551.37
HexBA4C7A03B221B14f2c33
Octal27211417207342335175463
Binary1011101010011001111010011101110001011011101001111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4C7A; }

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

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

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

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

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

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

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

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