#BA9297

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

Shades of Viola #BA9297

Tints of Viola #BA9297

Color information

#BA9297 (or 0xBA9297) is unknown color: approx Viola. HEX triplet: BA, 92 and 97. RGB value is (186,146,151). Sum of RGB (Red+Green+Blue) = 186+146+151=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9297 is #456D68. Grayscale: #9E9E9E. Windows color (decimal): -4549993 or 9933498. OLE color: 9933498.

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

Color convert

RGB186146151-
CMYK00.220.190.27
HSL352.5º22.47%65.1%-
HSV(B)352.5º21.51%72.94%-
XYZ36.1133.2333.79-
YUV158.53123.75147.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 146 (57.42% from 255) = 30.23%
BLUE value IS 151 (59.38% from 255) = 31.26%
R=38.51%
G=30.23%
B=31.26%

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
Decimal18614615100.220.190.27352.522.4765.1
HexBA9297016131B1601641
Octal272222227026233354026101
Binary1011101010010010100101110101101001111011101100000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9297; }

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

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

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

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

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

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

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

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