#BA4E7A

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

Shades of Royal Heath #BA4E7A

Tints of Royal Heath #BA4E7A

Color information

#BA4E7A (or 0xBA4E7A) is unknown color: approx Royal Heath. HEX triplet: BA, 4E and 7A. RGB value is (186,78,122). Sum of RGB (Red+Green+Blue) = 186+78+122=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E7A is #45B185. Grayscale: #737373. Windows color (decimal): -4567430 or 8015546. OLE color: 8015546.

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

Color convert

RGB18678122-
CMYK00.580.340.27
HSL335.56º43.9%51.76%-
HSV(B)335.56º58.06%72.94%-
XYZ26.4917.2920.35-
YUV115.31131.78178.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.19%
GREEN value IS 78 (30.86% from 255) = 20.21%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=48.19%
G=20.21%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867812200.580.340.27335.5643.951.76
HexBA4E7A03A221B1502c34
Octal27211617207242335205464
Binary1011101010011101111010011101010001011011101010000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E7A; }

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

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

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

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

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

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

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

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