#BA959C

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

Shades of Viola #BA959C

Tints of Viola #BA959C

Color information

#BA959C (or 0xBA959C) is unknown color: approx Viola. HEX triplet: BA, 95 and 9C. RGB value is (186,149,156). Sum of RGB (Red+Green+Blue) = 186+149+156=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BA959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA959C is #456A63. Grayscale: #A0A0A0. Windows color (decimal): -4549220 or 10261946. OLE color: 10261946.

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

Color convert

RGB186149156-
CMYK00.200.160.27
HSL348.65º21.14%65.69%-
HSV(B)348.65º19.89%72.94%-
XYZ3734.3336.13-
YUV160.86125.26145.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 156 (61.33% from 255) = 31.77%
R=37.88%
G=30.35%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614915600.200.160.27348.6521.1465.69
HexBA959C014101B15d1542
Octal272225234024203353525102
Binary1011101010010101100111000101001000011011101011101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA959C; }

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

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

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

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

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

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

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

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