#BA959B

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

Shades of Viola #BA959B

Tints of Viola #BA959B

Color information

#BA959B (or 0xBA959B) is unknown color: approx Viola. HEX triplet: BA, 95 and 9B. RGB value is (186,149,155). Sum of RGB (Red+Green+Blue) = 186+149+155=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BA959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA959B is #456A64. Grayscale: #A0A0A0. Windows color (decimal): -4549221 or 10196410. OLE color: 10196410.

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

Color convert

RGB186149155-
CMYK00.200.170.27
HSL350.27º21.14%65.69%-
HSV(B)350.27º19.89%72.94%-
XYZ36.9134.335.69-
YUV160.75124.76146.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 149 (58.59% from 255) = 30.41%
BLUE value IS 155 (60.94% from 255) = 31.63%
R=37.96%
G=30.41%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614915500.200.170.27350.2721.1465.69
HexBA959B014111B15e1542
Octal272225233024213353625102
Binary1011101010010101100110110101001000111011101011110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA959B; }

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

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

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

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

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

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

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

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