#BA849C

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

Shades of Viola #BA849C

Tints of Viola #BA849C

Color information

#BA849C (or 0xBA849C) is unknown color: approx Viola. HEX triplet: BA, 84 and 9C. RGB value is (186,132,156). Sum of RGB (Red+Green+Blue) = 186+132+156=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA849C is #457B63. Grayscale: #969696. Windows color (decimal): -4553572 or 10257594. OLE color: 10257594.

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

Color convert

RGB186132156-
CMYK00.290.160.27
HSL333.33º28.12%62.35%-
HSV(B)333.33º29.03%72.94%-
XYZ34.529.3435.3-
YUV150.88130.89153.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 132 (51.95% from 255) = 27.85%
BLUE value IS 156 (61.33% from 255) = 32.91%
R=39.24%
G=27.85%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613215600.290.160.27333.3328.1262.35
HexBA849C01D101B14d1c3e
Octal27220423403520335153476
Binary101110101000010010011100011101100001101110100110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA849C; }

 p { color: rgb(186,132,156); }

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

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

 a { background-color: rgb(186,132,156); }

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

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

 span { border-color: rgb(186,132,156); }

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