#BA8096

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

Shades of Viola #BA8096

Tints of Viola #BA8096

Color information

#BA8096 (or 0xBA8096) is unknown color: approx Viola. HEX triplet: BA, 80 and 96. RGB value is (186,128,150). Sum of RGB (Red+Green+Blue) = 186+128+150=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8096 is #457F69. Grayscale: #939393. Windows color (decimal): -4554602 or 9863354. OLE color: 9863354.

HSL color Cylindrical-coordinate representation of color #BA8096: hue angle of 337.24º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8096 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB186128150-
CMYK00.310.190.27
HSL337.24º29.59%61.57%-
HSV(B)337.24º31.18%72.94%-
XYZ33.4728.0832.51-
YUV147.85129.22155.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 150 (58.98% from 255) = 32.33%
R=40.09%
G=27.59%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612815000.310.190.27337.2429.5961.57
HexBA809601F131B1511e3e
Octal27220022603723335213676
Binary101110101000000010010110011111100111101110101000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8096; }

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

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

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

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

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

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

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

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