#BA5B82

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

Shades of Royal Heath #BA5B82

Tints of Royal Heath #BA5B82

Color information

#BA5B82 (or 0xBA5B82) is unknown color: approx Royal Heath. HEX triplet: BA, 5B and 82. RGB value is (186,91,130). Sum of RGB (Red+Green+Blue) = 186+91+130=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5B82 is #45A47D. Grayscale: #7B7B7B. Windows color (decimal): -4564094 or 8543162. OLE color: 8543162.

HSL color Cylindrical-coordinate representation of color #BA5B82: hue angle of 335.37º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5B82 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB18691130-
CMYK00.510.300.27
HSL335.37º40.77%54.31%-
HSV(B)335.37º51.08%72.94%-
XYZ28.0219.5323.41-
YUV123.85131.47172.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 91 (35.94% from 255) = 22.36%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=45.70%
G=22.36%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869113000.510.300.27335.3740.7754.31
HexBA5B820331E1B14f2936
Octal27213320206336335175166
Binary1011101010110111000001001100111111011011101001111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5B82; }

 p { color: rgb(186,91,130); }

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

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

 a { background-color: rgb(186,91,130); }

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

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

 span { border-color: rgb(186,91,130); }

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