#BA899A

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

Shades of Viola #BA899A

Tints of Viola #BA899A

Color information

#BA899A (or 0xBA899A) is unknown color: approx Viola. HEX triplet: BA, 89 and 9A. RGB value is (186,137,154). Sum of RGB (Red+Green+Blue) = 186+137+154=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA899A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA899A is #457665. Grayscale: #999999. Windows color (decimal): -4552294 or 10127802. OLE color: 10127802.

HSL color Cylindrical-coordinate representation of color #BA899A: hue angle of 339.18º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA899A is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB186137154-
CMYK00.260.170.27
HSL339.18º26.2%63.33%-
HSV(B)339.18º26.34%72.94%-
XYZ35.0330.6634.64-
YUV153.59128.23151.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 137 (53.91% from 255) = 28.72%
BLUE value IS 154 (60.55% from 255) = 32.29%
R=38.99%
G=28.72%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613715400.260.170.27339.1826.263.33
HexBA899A01A111B1531a3f
Octal27221123203221335233277
Binary101110101000100110011010011010100011101110101001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA899A; }

 p { color: rgb(186,137,154); }

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

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

 a { background-color: rgb(186,137,154); }

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

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

 span { border-color: rgb(186,137,154); }

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