#BA8494

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

Shades of Viola #BA8494

Tints of Viola #BA8494

Color information

#BA8494 (or 0xBA8494) is unknown color: approx Viola. HEX triplet: BA, 84 and 94. RGB value is (186,132,148). Sum of RGB (Red+Green+Blue) = 186+132+148=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8494 is #457B6B. Grayscale: #959595. Windows color (decimal): -4553580 or 9733306. OLE color: 9733306.

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

Color convert

RGB186132148-
CMYK00.290.200.27
HSL342.22º28.12%62.35%-
HSV(B)342.22º29.03%72.94%-
XYZ33.8529.0831.85-
YUV149.97126.89153.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 132 (51.95% from 255) = 28.33%
BLUE value IS 148 (58.20% from 255) = 31.76%
R=39.91%
G=28.33%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613214800.290.200.27342.2228.1262.35
HexBA849401D141B1561c3e
Octal27220422403524335263476
Binary101110101000010010010100011101101001101110101011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8494; }

 p { color: rgb(186,132,148); }

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

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

 a { background-color: rgb(186,132,148); }

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

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

 span { border-color: rgb(186,132,148); }

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