#BA5277

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

Shades of Royal Heath #BA5277

Tints of Royal Heath #BA5277

Color information

#BA5277 (or 0xBA5277) is unknown color: approx Royal Heath. HEX triplet: BA, 52 and 77. RGB value is (186,82,119). Sum of RGB (Red+Green+Blue) = 186+82+119=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5277 is #45AD88. Grayscale: #757575. Windows color (decimal): -4566409 or 7819962. OLE color: 7819962.

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

Color convert

RGB18682119-
CMYK00.560.360.27
HSL338.65º42.98%52.55%-
HSV(B)338.65º55.91%72.94%-
XYZ26.617.8119.49-
YUV117.31128.96176.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 119 (46.88% from 255) = 30.75%
R=48.06%
G=21.19%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868211900.560.360.27338.6542.9852.55
HexBA5277038241B1532b35
Octal27212216707044335235365
Binary1011101010100101110111011100010010011011101010011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5277; }

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

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

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

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

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

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

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

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