#BA898C

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

Shades of Viola #BA898C

Tints of Viola #BA898C

Color information

#BA898C (or 0xBA898C) is unknown color: approx Viola. HEX triplet: BA, 89 and 8C. RGB value is (186,137,140). Sum of RGB (Red+Green+Blue) = 186+137+140=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA898C is #457673. Grayscale: #989898. Windows color (decimal): -4552308 or 9210298. OLE color: 9210298.

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

Color convert

RGB186137140-
CMYK00.260.250.27
HSL356.33º26.2%63.33%-
HSV(B)356.33º26.34%72.94%-
XYZ33.9330.2228.86-
YUV151.99121.23152.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 137 (53.91% from 255) = 29.59%
BLUE value IS 140 (55.08% from 255) = 30.24%
R=40.17%
G=29.59%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613714000.260.250.27356.3326.263.33
HexBA898C01A191B1641a3f
Octal27221121403231335443277
Binary101110101000100110001100011010110011101110110010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA898C; }

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

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

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

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

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

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

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

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