#BA858F

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

Shades of Viola #BA858F

Tints of Viola #BA858F

Color information

#BA858F (or 0xBA858F) is unknown color: approx Viola. HEX triplet: BA, 85 and 8F. RGB value is (186,133,143). Sum of RGB (Red+Green+Blue) = 186+133+143=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA858F is #457A70. Grayscale: #959595. Windows color (decimal): -4553329 or 9405882. OLE color: 9405882.

HSL color Cylindrical-coordinate representation of color #BA858F: hue angle of 348.68º degrees, saturation: 0.28, 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 #BA858F is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB186133143-
CMYK00.280.230.27
HSL348.68º27.75%62.55%-
HSV(B)348.68º28.49%72.94%-
XYZ33.629.229.85-
YUV149.99124.06153.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 143 (56.25% from 255) = 30.95%
R=40.26%
G=28.79%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613314300.280.230.27348.6827.7562.55
HexBA858F01C171B15d1c3f
Octal27220521703427335353477
Binary101110101000010110001111011100101111101110101110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA858F; }

 p { color: rgb(186,133,143); }

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

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

 a { background-color: rgb(186,133,143); }

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

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

 span { border-color: rgb(186,133,143); }

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