#BA8491

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

Shades of Viola #BA8491

Tints of Viola #BA8491

Color information

#BA8491 (or 0xBA8491) is unknown color: approx Viola. HEX triplet: BA, 84 and 91. RGB value is (186,132,145). Sum of RGB (Red+Green+Blue) = 186+132+145=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8491 is #457B6E. Grayscale: #959595. Windows color (decimal): -4553583 or 9536698. OLE color: 9536698.

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

Color convert

RGB186132145-
CMYK00.290.220.27
HSL345.56º28.12%62.35%-
HSV(B)345.56º29.03%72.94%-
XYZ33.6128.9930.61-
YUV149.63125.39153.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 132 (51.95% from 255) = 28.51%
BLUE value IS 145 (57.03% from 255) = 31.32%
R=40.17%
G=28.51%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613214500.290.220.27345.5628.1262.35
HexBA849101D161B15a1c3e
Octal27220422103526335323476
Binary101110101000010010010001011101101101101110101101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8491; }

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

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

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

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

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

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

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

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