#BA9196

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

Shades of Viola #BA9196

Tints of Viola #BA9196

Color information

#BA9196 (or 0xBA9196) is unknown color: approx Viola. HEX triplet: BA, 91 and 96. RGB value is (186,145,150). Sum of RGB (Red+Green+Blue) = 186+145+150=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9196 is #456E69. Grayscale: #9D9D9D. Windows color (decimal): -4550250 or 9867706. OLE color: 9867706.

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

Color convert

RGB186145150-
CMYK00.220.190.27
HSL352.68º22.91%64.9%-
HSV(B)352.68º22.04%72.94%-
XYZ35.8832.8933.31-
YUV157.83123.58148.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.67%
GREEN value IS 145 (57.03% from 255) = 30.15%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=38.67%
G=30.15%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614515000.220.190.27352.6822.9164.9
HexBA9196016131B1611741
Octal272221226026233354127101
Binary1011101010010001100101100101101001111011101100001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9196; }

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

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

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

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

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

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

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

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