#BA8796

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

Shades of Viola #BA8796

Tints of Viola #BA8796

Color information

#BA8796 (or 0xBA8796) is unknown color: approx Viola. HEX triplet: BA, 87 and 96. RGB value is (186,135,150). Sum of RGB (Red+Green+Blue) = 186+135+150=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8796 is #457869. Grayscale: #979797. Windows color (decimal): -4552810 or 9865146. OLE color: 9865146.

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

Color convert

RGB186135150-
CMYK00.270.190.27
HSL342.35º26.98%62.94%-
HSV(B)342.35º27.42%72.94%-
XYZ34.4229.9732.82-
YUV151.96126.9152.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 135 (53.12% from 255) = 28.66%
BLUE value IS 150 (58.98% from 255) = 31.85%
R=39.49%
G=28.66%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613515000.270.190.27342.3526.9862.94
HexBA879601B131B1561b3f
Octal27220722603323335263377
Binary101110101000011110010110011011100111101110101011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8796; }

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

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

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

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

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

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

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

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