#ba8995

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

Shades of Viola #BA8995

Tints of Viola #BA8995

Color information

#BA8995 (or 0xBA8995) is unknown color: approx Viola. HEX triplet: BA, 89 and 95. RGB value is (186,137,149). Sum of RGB (Red+Green+Blue) = 186+137+149=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8995 is #45766A. Grayscale: #999999. Windows color (decimal): -4552299 or 9800122. OLE color: 9800122.

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

Color convert

RGB186137149-
CMYK00.260.200.27
HSL345.31º26.2%63.33%-
HSV(B)345.31º26.34%72.94%-
XYZ34.6230.532.5-
YUV153.02125.73151.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 137 (53.91% from 255) = 29.03%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=39.41%
G=29.03%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613714900.260.200.27345.3126.263.33
HexBA899501A141B1591a3f
Octal27221122503224335313277
Binary101110101000100110010101011010101001101110101100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba8995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba8995; }

 p { color: rgb(186,137,149); }

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

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

 a { background-color: rgb(186,137,149); }

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

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

 span { border-color: rgb(186,137,149); }

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