#BA4F71

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

Shades of Royal Heath #BA4F71

Tints of Royal Heath #BA4F71

Color information

#BA4F71 (or 0xBA4F71) is unknown color: approx Royal Heath. HEX triplet: BA, 4F and 71. RGB value is (186,79,113). Sum of RGB (Red+Green+Blue) = 186+79+113=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F71 is #45B08E. Grayscale: #727272. Windows color (decimal): -4567183 or 7425978. OLE color: 7425978.

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

Color convert

RGB18679113-
CMYK00.580.390.27
HSL340.93º43.67%51.96%-
HSV(B)340.93º57.53%72.94%-
XYZ26.0317.2217.58-
YUV114.87126.95178.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 79 (31.25% from 255) = 20.90%
BLUE value IS 113 (44.53% from 255) = 29.89%
R=49.21%
G=20.90%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867911300.580.390.27340.9343.6751.96
HexBA4F7103A271B1552c34
Octal27211716107247335255464
Binary1011101010011111110001011101010011111011101010101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4F71; }

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

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

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

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

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

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

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

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