#BA5280

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

Shades of Royal Heath #BA5280

Tints of Royal Heath #BA5280

Color information

#BA5280 (or 0xBA5280) is unknown color: approx Royal Heath. HEX triplet: BA, 52 and 80. RGB value is (186,82,128). Sum of RGB (Red+Green+Blue) = 186+82+128=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5280 is #45AD7F. Grayscale: #767676. Windows color (decimal): -4566400 or 8409786. OLE color: 8409786.

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

Color convert

RGB18682128-
CMYK00.560.310.27
HSL333.46º42.98%52.55%-
HSV(B)333.46º55.91%72.94%-
XYZ27.1618.0322.47-
YUV118.34133.46176.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 82 (32.42% from 255) = 20.71%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=46.97%
G=20.71%
B=32.32%

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
Decimal1868212800.560.310.27333.4642.9852.55
HexBA52800381F1B14d2b35
Octal27212220007037335155365
Binary1011101010100101000000001110001111111011101001101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5280; }

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

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

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

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

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

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

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

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