#BA959F

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

Shades of Viola #BA959F

Tints of Viola #BA959F

Color information

#BA959F (or 0xBA959F) is unknown color: approx Viola. HEX triplet: BA, 95 and 9F. RGB value is (186,149,159). Sum of RGB (Red+Green+Blue) = 186+149+159=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BA959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA959F is #456A60. Grayscale: #A1A1A1. Windows color (decimal): -4549217 or 10458554. OLE color: 10458554.

HSL color Cylindrical-coordinate representation of color #BA959F: hue angle of 343.78º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA959F is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB186149159-
CMYK00.200.150.27
HSL343.78º21.14%65.69%-
HSV(B)343.78º19.89%72.94%-
XYZ37.2634.4437.48-
YUV161.2126.76145.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 159 (62.5% from 255) = 32.19%
R=37.65%
G=30.16%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614915900.200.150.27343.7821.1465.69
HexBA959F014F1B1581542
Octal272225237024173353025102
Binary101110101001010110011111010100111111011101011000101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA959F; }

 p { color: rgb(186,149,159); }

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

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

 a { background-color: rgb(186,149,159); }

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

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

 span { border-color: rgb(186,149,159); }

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