#BA5276

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

Shades of Royal Heath #BA5276

Tints of Royal Heath #BA5276

Color information

#BA5276 (or 0xBA5276) is unknown color: approx Royal Heath. HEX triplet: BA, 52 and 76. RGB value is (186,82,118). Sum of RGB (Red+Green+Blue) = 186+82+118=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5276 is #45AD89. Grayscale: #757575. Windows color (decimal): -4566410 or 7754426. OLE color: 7754426.

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

Color convert

RGB18682118-
CMYK00.560.370.27
HSL339.23º42.98%52.55%-
HSV(B)339.23º55.91%72.94%-
XYZ26.5417.7819.17-
YUV117.2128.46177.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.19%
GREEN value IS 82 (32.42% from 255) = 21.24%
BLUE value IS 118 (46.48% from 255) = 30.57%
R=48.19%
G=21.24%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868211800.560.370.27339.2342.9852.55
HexBA5276038251B1532b35
Octal27212216607045335235365
Binary1011101010100101110110011100010010111011101010011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5276; }

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

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

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

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

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

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

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

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