#BA868F

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

Shades of Viola #BA868F

Tints of Viola #BA868F

Color information

#BA868F (or 0xBA868F) is unknown color: approx Viola. HEX triplet: BA, 86 and 8F. RGB value is (186,134,143). Sum of RGB (Red+Green+Blue) = 186+134+143=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA868F is #457970. Grayscale: #969696. Windows color (decimal): -4553073 or 9406138. OLE color: 9406138.

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

Color convert

RGB186134143-
CMYK00.280.230.27
HSL349.62º27.37%62.75%-
HSV(B)349.62º27.96%72.94%-
XYZ33.7329.4729.9-
YUV150.57123.73153.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 134 (52.73% from 255) = 28.94%
BLUE value IS 143 (56.25% from 255) = 30.89%
R=40.17%
G=28.94%
B=30.89%

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
Decimal18613414300.280.230.27349.6227.3762.75
HexBA868F01C171B15e1b3f
Octal27220621703427335363377
Binary101110101000011010001111011100101111101110101111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA868F; }

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

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

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

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

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

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

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

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