#BA898A

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

Shades of Viola #BA898A

Tints of Viola #BA898A

Color information

#BA898A (or 0xBA898A) is unknown color: approx Viola. HEX triplet: BA, 89 and 8A. RGB value is (186,137,138). Sum of RGB (Red+Green+Blue) = 186+137+138=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA898A is #457675. Grayscale: #979797. Windows color (decimal): -4552310 or 9079226. OLE color: 9079226.

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

Color convert

RGB186137138-
CMYK00.260.260.27
HSL358.78º26.2%63.33%-
HSV(B)358.78º26.34%72.94%-
XYZ33.7830.1728.09-
YUV151.76120.23152.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 137 (53.91% from 255) = 29.72%
BLUE value IS 138 (54.30% from 255) = 29.93%
R=40.35%
G=29.72%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613713800.260.260.27358.7826.263.33
HexBA898A01A1A1B1671a3f
Octal27221121203232335473277
Binary101110101000100110001010011010110101101110110011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA898A; }

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

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

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

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

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

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

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

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