#BA8599

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

Shades of Viola #BA8599

Tints of Viola #BA8599

Color information

#BA8599 (or 0xBA8599) is unknown color: approx Viola. HEX triplet: BA, 85 and 99. RGB value is (186,133,153). Sum of RGB (Red+Green+Blue) = 186+133+153=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8599 is #457A66. Grayscale: #979797. Windows color (decimal): -4553319 or 10061242. OLE color: 10061242.

HSL color Cylindrical-coordinate representation of color #BA8599: hue angle of 337.36º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA8599 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB186133153-
CMYK00.280.180.27
HSL337.36º27.75%62.55%-
HSV(B)337.36º28.49%72.94%-
XYZ34.3929.5134.02-
YUV151.13129.06152.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 133 (52.34% from 255) = 28.18%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=39.41%
G=28.18%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613315300.280.180.27337.3627.7562.55
HexBA859901C121B1511c3f
Octal27220523103422335213477
Binary101110101000010110011001011100100101101110101000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8599; }

 p { color: rgb(186,133,153); }

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

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

 a { background-color: rgb(186,133,153); }

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

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

 span { border-color: rgb(186,133,153); }

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