#BA878E

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

Shades of Viola #BA878E

Tints of Viola #BA878E

Color information

#BA878E (or 0xBA878E) is unknown color: approx Viola. HEX triplet: BA, 87 and 8E. RGB value is (186,135,142). Sum of RGB (Red+Green+Blue) = 186+135+142=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA878E is #457871. Grayscale: #979797. Windows color (decimal): -4552818 or 9340858. OLE color: 9340858.

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

Color convert

RGB186135142-
CMYK00.270.240.27
HSL351.76º26.98%62.94%-
HSV(B)351.76º27.42%72.94%-
XYZ33.829.7229.55-
YUV151.05122.9152.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 135 (53.12% from 255) = 29.16%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=40.17%
G=29.16%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613514200.270.240.27351.7626.9862.94
HexBA878E01B181B1601b3f
Octal27220721603330335403377
Binary101110101000011110001110011011110001101110110000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA878E; }

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

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

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

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

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

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

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

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