#BA8893

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

Shades of Viola #BA8893

Tints of Viola #BA8893

Color information

#BA8893 (or 0xBA8893) is unknown color: approx Viola. HEX triplet: BA, 88 and 93. RGB value is (186,136,147). Sum of RGB (Red+Green+Blue) = 186+136+147=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8893 is #45776C. Grayscale: #989898. Windows color (decimal): -4552557 or 9668794. OLE color: 9668794.

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

Color convert

RGB186136147-
CMYK00.270.210.27
HSL346.8º26.6%63.14%-
HSV(B)346.8º26.88%72.94%-
XYZ34.3230.1531.62-
YUV152.2125.06152.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 147 (57.81% from 255) = 31.34%
R=39.66%
G=29.00%
B=31.34%

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
Decimal18613614700.270.210.27346.826.663.14
HexBA889301B151B15b1b3f
Octal27221022303325335333377
Binary101110101000100010010011011011101011101110101101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8893; }

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

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

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

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

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

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

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

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