#BA959E

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

Shades of Viola #BA959E

Tints of Viola #BA959E

Color information

#BA959E (or 0xBA959E) is unknown color: approx Viola. HEX triplet: BA, 95 and 9E. RGB value is (186,149,158). Sum of RGB (Red+Green+Blue) = 186+149+158=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BA959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA959E is #456A61. Grayscale: #A1A1A1. Windows color (decimal): -4549218 or 10393018. OLE color: 10393018.

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

Color convert

RGB186149158-
CMYK00.200.150.27
HSL345.41º21.14%65.69%-
HSV(B)345.41º19.89%72.94%-
XYZ37.1734.437.03-
YUV161.09126.26145.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=37.73%
G=30.22%
B=32.05%

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
Decimal18614915800.200.150.27345.4121.1465.69
HexBA959E014F1B1591542
Octal272225236024173353125102
Binary101110101001010110011110010100111111011101011001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA959E; }

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

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

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

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

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

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

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

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