#BA8793

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

Shades of Viola #BA8793

Tints of Viola #BA8793

Color information

#BA8793 (or 0xBA8793) is unknown color: approx Viola. HEX triplet: BA, 87 and 93. RGB value is (186,135,147). Sum of RGB (Red+Green+Blue) = 186+135+147=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8793 is #45786C. Grayscale: #979797. Windows color (decimal): -4552813 or 9668538. OLE color: 9668538.

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

Color convert

RGB186135147-
CMYK00.270.210.27
HSL345.88º26.98%62.94%-
HSV(B)345.88º27.42%72.94%-
XYZ34.1829.8731.57-
YUV151.62125.4152.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 135 (53.12% from 255) = 28.85%
BLUE value IS 147 (57.81% from 255) = 31.41%
R=39.74%
G=28.85%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613514700.270.210.27345.8826.9862.94
HexBA879301B151B15a1b3f
Octal27220722303325335323377
Binary101110101000011110010011011011101011101110101101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8793; }

 p { color: rgb(186,135,147); }

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

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

 a { background-color: rgb(186,135,147); }

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

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

 span { border-color: rgb(186,135,147); }

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