#BA5376

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

Shades of Royal Heath #BA5376

Tints of Royal Heath #BA5376

Color information

#BA5376 (or 0xBA5376) is unknown color: approx Royal Heath. HEX triplet: BA, 53 and 76. RGB value is (186,83,118). Sum of RGB (Red+Green+Blue) = 186+83+118=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5376 is #45AC89. Grayscale: #757575. Windows color (decimal): -4566154 or 7754682. OLE color: 7754682.

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

Color convert

RGB18683118-
CMYK00.550.370.27
HSL339.61º42.74%52.75%-
HSV(B)339.61º55.38%72.94%-
XYZ26.6117.9319.2-
YUV117.79128.12176.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 83 (32.81% from 255) = 21.45%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=48.06%
G=21.45%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868311800.550.370.27339.6142.7452.75
HexBA5376037251B1542b35
Octal27212316606745335245365
Binary1011101010100111110110011011110010111011101010100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5376; }

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

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

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

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

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

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

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

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