#BA3571

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

Shades of Royal Heath #BA3571

Tints of Royal Heath #BA3571

Color information

#BA3571 (or 0xBA3571) is unknown color: approx Royal Heath. HEX triplet: BA, 35 and 71. RGB value is (186,53,113). Sum of RGB (Red+Green+Blue) = 186+53+113=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3571 is #45CA8E. Grayscale: #636363. Windows color (decimal): -4573839 or 7419322. OLE color: 7419322.

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

Color convert

RGB18653113-
CMYK00.720.390.27
HSL332.93º55.65%46.86%-
HSV(B)332.93º71.51%72.94%-
XYZ24.514.1817.07-
YUV99.61135.56189.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 53 (21.09% from 255) = 15.06%
BLUE value IS 113 (44.53% from 255) = 32.10%
R=52.84%
G=15.06%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865311300.720.390.27332.9355.6546.86
HexBA3571048271B14d382f
Octal27265161011047335157057
Binary1011101011010111100010100100010011111011101001101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3571; }

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

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

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

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

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

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

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

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