#BA9397

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

Shades of Viola #BA9397

Tints of Viola #BA9397

Color information

#BA9397 (or 0xBA9397) is unknown color: approx Viola. HEX triplet: BA, 93 and 97. RGB value is (186,147,151). Sum of RGB (Red+Green+Blue) = 186+147+151=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9397 is #456C68. Grayscale: #9F9F9F. Windows color (decimal): -4549737 or 9933754. OLE color: 9933754.

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

Color convert

RGB186147151-
CMYK00.210.190.27
HSL353.85º22.03%65.29%-
HSV(B)353.85º20.97%72.94%-
XYZ36.2733.5433.84-
YUV159.12123.42147.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 147 (57.81% from 255) = 30.37%
BLUE value IS 151 (59.38% from 255) = 31.20%
R=38.43%
G=30.37%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614715100.210.190.27353.8522.0365.29
HexBA9397015131B1621641
Octal272223227025233354226101
Binary1011101010010011100101110101011001111011101100010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9397; }

 p { color: rgb(186,147,151); }

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

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

 a { background-color: rgb(186,147,151); }

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

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

 span { border-color: rgb(186,147,151); }

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