#BA5281

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

Shades of Royal Heath #BA5281

Tints of Royal Heath #BA5281

Color information

#BA5281 (or 0xBA5281) is unknown color: approx Royal Heath. HEX triplet: BA, 52 and 81. RGB value is (186,82,129). Sum of RGB (Red+Green+Blue) = 186+82+129=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5281 is #45AD7E. Grayscale: #767676. Windows color (decimal): -4566399 or 8475322. OLE color: 8475322.

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

Color convert

RGB18682129-
CMYK00.560.310.27
HSL332.88º42.98%52.55%-
HSV(B)332.88º55.91%72.94%-
XYZ27.2318.0622.82-
YUV118.45133.96176.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 82 (32.42% from 255) = 20.65%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=46.85%
G=20.65%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868212900.560.310.27332.8842.9852.55
HexBA52810381F1B14d2b35
Octal27212220107037335155365
Binary1011101010100101000000101110001111111011101001101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5281; }

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

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

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

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

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

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

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

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