#BA8896

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

Shades of Viola #BA8896

Tints of Viola #BA8896

Color information

#BA8896 (or 0xBA8896) is unknown color: approx Viola. HEX triplet: BA, 88 and 96. RGB value is (186,136,150). Sum of RGB (Red+Green+Blue) = 186+136+150=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8896 is #457769. Grayscale: #989898. Windows color (decimal): -4552554 or 9865402. OLE color: 9865402.

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

Color convert

RGB186136150-
CMYK00.270.190.27
HSL343.2º26.6%63.14%-
HSV(B)343.2º26.88%72.94%-
XYZ34.5630.2532.87-
YUV152.55126.56151.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 136 (53.52% from 255) = 28.81%
BLUE value IS 150 (58.98% from 255) = 31.78%
R=39.41%
G=28.81%
B=31.78%

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
Decimal18613615000.270.190.27343.226.663.14
HexBA889601B131B1571b3f
Octal27221022603323335273377
Binary101110101000100010010110011011100111101110101011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8896; }

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

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

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

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

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

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

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

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