#BA869C

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

Shades of Viola #BA869C

Tints of Viola #BA869C

Color information

#BA869C (or 0xBA869C) is unknown color: approx Viola. HEX triplet: BA, 86 and 9C. RGB value is (186,134,156). Sum of RGB (Red+Green+Blue) = 186+134+156=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA869C is #457963. Grayscale: #989898. Windows color (decimal): -4553060 or 10258106. OLE color: 10258106.

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

Color convert

RGB186134156-
CMYK00.280.160.27
HSL334.62º27.37%62.75%-
HSV(B)334.62º27.96%72.94%-
XYZ34.7829.8935.39-
YUV152.06130.23152.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 134 (52.73% from 255) = 28.15%
BLUE value IS 156 (61.33% from 255) = 32.77%
R=39.08%
G=28.15%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613415600.280.160.27334.6227.3762.75
HexBA869C01C101B14f1b3f
Octal27220623403420335173377
Binary101110101000011010011100011100100001101110100111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA869C; }

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

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

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

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

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

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

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

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