#BA4F7A

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

Shades of Royal Heath #BA4F7A

Tints of Royal Heath #BA4F7A

Color information

#BA4F7A (or 0xBA4F7A) is unknown color: approx Royal Heath. HEX triplet: BA, 4F and 7A. RGB value is (186,79,122). Sum of RGB (Red+Green+Blue) = 186+79+122=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F7A is #45B085. Grayscale: #737373. Windows color (decimal): -4567174 or 8015802. OLE color: 8015802.

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

Color convert

RGB18679122-
CMYK00.580.340.27
HSL335.89º43.67%51.96%-
HSV(B)335.89º57.53%72.94%-
XYZ26.5617.4420.38-
YUV115.9131.45178-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 79 (31.25% from 255) = 20.41%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=48.06%
G=20.41%
B=31.52%

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
Decimal1867912200.580.340.27335.8943.6751.96
HexBA4F7A03A221B1502c34
Octal27211717207242335205464
Binary1011101010011111111010011101010001011011101010000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4F7A; }

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

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

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

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

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

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

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

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