#BA4871

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

Shades of Royal Heath #BA4871

Tints of Royal Heath #BA4871

Color information

#BA4871 (or 0xBA4871) is unknown color: approx Royal Heath. HEX triplet: BA, 48 and 71. RGB value is (186,72,113). Sum of RGB (Red+Green+Blue) = 186+72+113=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4871 is #45B78E. Grayscale: #6E6E6E. Windows color (decimal): -4568975 or 7424186. OLE color: 7424186.

HSL color Cylindrical-coordinate representation of color #BA4871: hue angle of 338.42º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4871 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB18672113-
CMYK00.610.390.27
HSL338.42º45.24%50.59%-
HSV(B)338.42º61.29%72.94%-
XYZ25.5516.2717.42-
YUV110.76129.27181.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 72 (28.52% from 255) = 19.41%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=50.13%
G=19.41%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867211300.610.390.27338.4245.2450.59
HexBA487103D271B1522d33
Octal27211016107547335225563
Binary1011101010010001110001011110110011111011101010010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4871; }

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

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

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

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

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

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

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

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