#BA959D

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

Shades of Viola #BA959D

Tints of Viola #BA959D

Color information

#BA959D (or 0xBA959D) is unknown color: approx Viola. HEX triplet: BA, 95 and 9D. RGB value is (186,149,157). Sum of RGB (Red+Green+Blue) = 186+149+157=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA959D is #456A62. Grayscale: #A0A0A0. Windows color (decimal): -4549219 or 10327482. OLE color: 10327482.

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

Color convert

RGB186149157-
CMYK00.200.160.27
HSL347.03º21.14%65.69%-
HSV(B)347.03º19.89%72.94%-
XYZ37.0834.3736.58-
YUV160.98125.76145.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 157 (61.72% from 255) = 31.91%
R=37.80%
G=30.28%
B=31.91%

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
Decimal18614915700.200.160.27347.0321.1465.69
HexBA959D014101B15b1542
Octal272225235024203353325102
Binary1011101010010101100111010101001000011011101011011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA959D; }

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

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

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

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

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

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

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

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