#BA3871

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

Shades of Royal Heath #BA3871

Tints of Royal Heath #BA3871

Color information

#BA3871 (or 0xBA3871) is unknown color: approx Royal Heath. HEX triplet: BA, 38 and 71. RGB value is (186,56,113). Sum of RGB (Red+Green+Blue) = 186+56+113=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3871 is #45C78E. Grayscale: #656565. Windows color (decimal): -4573071 or 7420090. OLE color: 7420090.

HSL color Cylindrical-coordinate representation of color #BA3871: hue angle of 333.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3871 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB18656113-
CMYK00.700.390.27
HSL333.69º53.72%47.45%-
HSV(B)333.69º69.89%72.94%-
XYZ24.6414.4617.11-
YUV101.37134.57188.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 56 (22.27% from 255) = 15.77%
BLUE value IS 113 (44.53% from 255) = 31.83%
R=52.39%
G=15.77%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865611300.700.390.27333.6953.7247.45
HexBA3871046271B14e362f
Octal27270161010647335166657
Binary1011101011100011100010100011010011111011101001110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3871; }

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

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

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

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

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

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

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

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