#BA8490

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

Shades of Viola #BA8490

Tints of Viola #BA8490

Color information

#BA8490 (or 0xBA8490) is unknown color: approx Viola. HEX triplet: BA, 84 and 90. RGB value is (186,132,144). Sum of RGB (Red+Green+Blue) = 186+132+144=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8490 is #457B6F. Grayscale: #959595. Windows color (decimal): -4553584 or 9471162. OLE color: 9471162.

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

Color convert

RGB186132144-
CMYK00.290.230.27
HSL346.67º28.12%62.35%-
HSV(B)346.67º29.03%72.94%-
XYZ33.5428.9630.21-
YUV149.51124.89154.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 132 (51.95% from 255) = 28.57%
BLUE value IS 144 (56.64% from 255) = 31.17%
R=40.26%
G=28.57%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613214400.290.230.27346.6728.1262.35
HexBA849001D171B15b1c3e
Octal27220422003527335333476
Binary101110101000010010010000011101101111101110101101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8490; }

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

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

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

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

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

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

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

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