#BA888E

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

Shades of Viola #BA888E

Tints of Viola #BA888E

Color information

#BA888E (or 0xBA888E) is unknown color: approx Viola. HEX triplet: BA, 88 and 8E. RGB value is (186,136,142). Sum of RGB (Red+Green+Blue) = 186+136+142=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA888E is #457771. Grayscale: #979797. Windows color (decimal): -4552562 or 9341114. OLE color: 9341114.

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

Color convert

RGB186136142-
CMYK00.270.240.27
HSL352.8º26.6%63.14%-
HSV(B)352.8º26.88%72.94%-
XYZ33.943029.59-
YUV151.63122.56152.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 136 (53.52% from 255) = 29.31%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=40.09%
G=29.31%
B=30.60%

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
Decimal18613614200.270.240.27352.826.663.14
HexBA888E01B181B1611b3f
Octal27221021603330335413377
Binary101110101000100010001110011011110001101110110000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA888E; }

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

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

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

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

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

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

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

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