#BA5373

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

Shades of Royal Heath #BA5373

Tints of Royal Heath #BA5373

Color information

#BA5373 (or 0xBA5373) is unknown color: approx Royal Heath. HEX triplet: BA, 53 and 73. RGB value is (186,83,115). Sum of RGB (Red+Green+Blue) = 186+83+115=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5373 is #45AC8C. Grayscale: #757575. Windows color (decimal): -4566157 or 7558074. OLE color: 7558074.

HSL color Cylindrical-coordinate representation of color #BA5373: hue angle of 341.36º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5373 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB18683115-
CMYK00.550.380.27
HSL341.36º42.74%52.75%-
HSV(B)341.36º55.38%72.94%-
XYZ26.4417.8618.27-
YUV117.44126.62176.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 83 (32.81% from 255) = 21.61%
BLUE value IS 115 (45.31% from 255) = 29.95%
R=48.44%
G=21.61%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868311500.550.380.27341.3642.7452.75
HexBA5373037261B1552b35
Octal27212316306746335255365
Binary1011101010100111110011011011110011011011101010101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5373; }

 p { color: rgb(186,83,115); }

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

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

 a { background-color: rgb(186,83,115); }

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

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

 span { border-color: rgb(186,83,115); }

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