#BA9095

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

Shades of Viola #BA9095

Tints of Viola #BA9095

Color information

#BA9095 (or 0xBA9095) is unknown color: approx Viola. HEX triplet: BA, 90 and 95. RGB value is (186,144,149). Sum of RGB (Red+Green+Blue) = 186+144+149=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9095 is #456F6A. Grayscale: #9D9D9D. Windows color (decimal): -4550507 or 9801914. OLE color: 9801914.

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

Color convert

RGB186144149-
CMYK00.230.200.27
HSL352.86º23.33%64.71%-
HSV(B)352.86º22.58%72.94%-
XYZ35.6532.5632.84-
YUV157.13123.41148.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 144 (56.64% from 255) = 30.06%
BLUE value IS 149 (58.59% from 255) = 31.11%
R=38.83%
G=30.06%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614414900.230.200.27352.8623.3364.71
HexBA9095017141B1611741
Octal272220225027243354127101
Binary1011101010010000100101010101111010011011101100001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9095; }

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

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

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

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

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

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

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

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