#BA8590

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

Shades of Viola #BA8590

Tints of Viola #BA8590

Color information

#BA8590 (or 0xBA8590) is unknown color: approx Viola. HEX triplet: BA, 85 and 90. RGB value is (186,133,144). Sum of RGB (Red+Green+Blue) = 186+133+144=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8590 is #457A6F. Grayscale: #969696. Windows color (decimal): -4553328 or 9471418. OLE color: 9471418.

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

Color convert

RGB186133144-
CMYK00.280.230.27
HSL347.55º27.75%62.55%-
HSV(B)347.55º28.49%72.94%-
XYZ33.6729.2330.25-
YUV150.1124.56153.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 133 (52.34% from 255) = 28.73%
BLUE value IS 144 (56.64% from 255) = 31.10%
R=40.17%
G=28.73%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613314400.280.230.27347.5527.7562.55
HexBA859001C171B15c1c3f
Octal27220522003427335343477
Binary101110101000010110010000011100101111101110101110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8590; }

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

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

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

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

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

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

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

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