#BA9096

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

Shades of Viola #BA9096

Tints of Viola #BA9096

Color information

#BA9096 (or 0xBA9096) is unknown color: approx Viola. HEX triplet: BA, 90 and 96. RGB value is (186,144,150). Sum of RGB (Red+Green+Blue) = 186+144+150=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9096 is #456F69. Grayscale: #9D9D9D. Windows color (decimal): -4550506 or 9867450. OLE color: 9867450.

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

Color convert

RGB186144150-
CMYK00.230.190.27
HSL351.43º23.33%64.71%-
HSV(B)351.43º22.58%72.94%-
XYZ35.7332.5933.26-
YUV157.24123.91148.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 144 (56.64% from 255) = 30%
BLUE value IS 150 (58.98% from 255) = 31.25%
R=38.75%
G=30%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614415000.230.190.27351.4323.3364.71
HexBA9096017131B15f1741
Octal272220226027233353727101
Binary1011101010010000100101100101111001111011101011111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9096; }

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

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

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

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

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

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

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

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