#BA9199

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

Shades of Viola #BA9199

Tints of Viola #BA9199

Color information

#BA9199 (or 0xBA9199) is unknown color: approx Viola. HEX triplet: BA, 91 and 99. RGB value is (186,145,153). Sum of RGB (Red+Green+Blue) = 186+145+153=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9199 is #456E66. Grayscale: #9E9E9E. Windows color (decimal): -4550247 or 10064314. OLE color: 10064314.

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

Color convert

RGB186145153-
CMYK00.220.180.27
HSL348.29º22.91%64.9%-
HSV(B)348.29º22.04%72.94%-
XYZ36.1232.9934.6-
YUV158.17125.08147.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 145 (57.03% from 255) = 29.96%
BLUE value IS 153 (60.16% from 255) = 31.61%
R=38.43%
G=29.96%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614515300.220.180.27348.2922.9164.9
HexBA9199016121B15c1741
Octal272221231026223353427101
Binary1011101010010001100110010101101001011011101011100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9199; }

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

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

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

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

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

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

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

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