#BA8798

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

Shades of Viola #BA8798

Tints of Viola #BA8798

Color information

#BA8798 (or 0xBA8798) is unknown color: approx Viola. HEX triplet: BA, 87 and 98. RGB value is (186,135,152). Sum of RGB (Red+Green+Blue) = 186+135+152=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8798 is #457867. Grayscale: #989898. Windows color (decimal): -4552808 or 9996218. OLE color: 9996218.

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

Color convert

RGB186135152-
CMYK00.270.180.27
HSL340º26.98%62.94%-
HSV(B)340º27.42%72.94%-
XYZ34.5830.0333.68-
YUV152.19127.9152.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 135 (53.12% from 255) = 28.54%
BLUE value IS 152 (59.77% from 255) = 32.14%
R=39.32%
G=28.54%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613515200.270.180.2734026.9862.94
HexBA879801B121B1541b3f
Octal27220723003322335243377
Binary101110101000011110011000011011100101101110101010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8798; }

 p { color: rgb(186,135,152); }

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

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

 a { background-color: rgb(186,135,152); }

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

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

 span { border-color: rgb(186,135,152); }

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