#BA898B

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

Shades of Viola #BA898B

Tints of Viola #BA898B

Color information

#BA898B (or 0xBA898B) is unknown color: approx Viola. HEX triplet: BA, 89 and 8B. RGB value is (186,137,139). Sum of RGB (Red+Green+Blue) = 186+137+139=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA898B is #457674. Grayscale: #979797. Windows color (decimal): -4552309 or 9144762. OLE color: 9144762.

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

Color convert

RGB186137139-
CMYK00.260.250.27
HSL357.55º26.2%63.33%-
HSV(B)357.55º26.34%72.94%-
XYZ33.8630.1928.47-
YUV151.88120.73152.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 137 (53.91% from 255) = 29.65%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=40.26%
G=29.65%
B=30.09%

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
Decimal18613713900.260.250.27357.5526.263.33
HexBA898B01A191B1661a3f
Octal27221121303231335463277
Binary101110101000100110001011011010110011101110110011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA898B; }

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

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

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

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

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

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

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

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