#BA8892

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

Shades of Viola #BA8892

Tints of Viola #BA8892

Color information

#BA8892 (or 0xBA8892) is unknown color: approx Viola. HEX triplet: BA, 88 and 92. RGB value is (186,136,146). Sum of RGB (Red+Green+Blue) = 186+136+146=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8892 is #45776D. Grayscale: #989898. Windows color (decimal): -4552558 or 9603258. OLE color: 9603258.

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

Color convert

RGB186136146-
CMYK00.270.220.27
HSL348º26.6%63.14%-
HSV(B)348º26.88%72.94%-
XYZ34.2430.1231.2-
YUV152.09124.56152.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 136 (53.52% from 255) = 29.06%
BLUE value IS 146 (57.42% from 255) = 31.20%
R=39.74%
G=29.06%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613614600.270.220.2734826.663.14
HexBA889201B161B15c1b3f
Octal27221022203326335343377
Binary101110101000100010010010011011101101101110101110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8892; }

 p { color: rgb(186,136,146); }

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

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

 a { background-color: rgb(186,136,146); }

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

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

 span { border-color: rgb(186,136,146); }

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