#BA888D

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

Shades of Viola #BA888D

Tints of Viola #BA888D

Color information

#BA888D (or 0xBA888D) is unknown color: approx Viola. HEX triplet: BA, 88 and 8D. RGB value is (186,136,141). Sum of RGB (Red+Green+Blue) = 186+136+141=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA888D is #457772. Grayscale: #979797. Windows color (decimal): -4552563 or 9275578. OLE color: 9275578.

HSL color Cylindrical-coordinate representation of color #BA888D: hue angle of 354º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA888D is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB186136141-
CMYK00.270.240.27
HSL354º26.6%63.14%-
HSV(B)354º26.88%72.94%-
XYZ33.8629.9729.2-
YUV151.52122.06152.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 136 (53.52% from 255) = 29.37%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=40.17%
G=29.37%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613614100.270.240.2735426.663.14
HexBA888D01B181B1621b3f
Octal27221021503330335423377
Binary101110101000100010001101011011110001101110110001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA888D; }

 p { color: rgb(186,136,141); }

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

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

 a { background-color: rgb(186,136,141); }

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

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

 span { border-color: rgb(186,136,141); }

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