#BA888F

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

Shades of Viola #BA888F

Tints of Viola #BA888F

Color information

#BA888F (or 0xBA888F) is unknown color: approx Viola. HEX triplet: BA, 88 and 8F. RGB value is (186,136,143). Sum of RGB (Red+Green+Blue) = 186+136+143=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA888F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA888F is #457770. Grayscale: #979797. Windows color (decimal): -4552561 or 9406650. OLE color: 9406650.

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

Color convert

RGB186136143-
CMYK00.270.230.27
HSL351.6º26.6%63.14%-
HSV(B)351.6º26.88%72.94%-
XYZ34.0130.0329.99-
YUV151.75123.06152.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 136 (53.52% from 255) = 29.25%
BLUE value IS 143 (56.25% from 255) = 30.75%
R=40%
G=29.25%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613614300.270.230.27351.626.663.14
HexBA888F01B171B1601b3f
Octal27221021703327335403377
Binary101110101000100010001111011011101111101110110000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA888F; }

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

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

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

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

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

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

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

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