#B39196

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

Shades of Viola #B39196

Tints of Viola #B39196

Color information

#B39196 (or 0xB39196) is unknown color: approx Viola. HEX triplet: B3, 91 and 96. RGB value is (179,145,150). Sum of RGB (Red+Green+Blue) = 179+145+150=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 179 - color contains mainly: red. Hex color #B39196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39196 is #4C6E69. Grayscale: #9B9B9B. Windows color (decimal): -5009002 or 9867699. OLE color: 9867699.

HSL color Cylindrical-coordinate representation of color #B39196: hue angle of 351.18º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B39196 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB179145150-
CMYK00.190.160.30
HSL351.18º18.28%63.53%-
HSV(B)351.18º18.99%70.2%-
XYZ34.2232.0433.23-
YUV155.74124.76144.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.76%
GREEN value IS 145 (57.03% from 255) = 30.59%
BLUE value IS 150 (58.98% from 255) = 31.65%
R=37.76%
G=30.59%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914515000.190.160.30351.1818.2863.53
HexB39196013101E15f1240
Octal263221226023203653722100
Binary1011001110010001100101100100111000011110101011111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39196; }

 p { color: rgb(179,145,150); }

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

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

 a { background-color: rgb(179,145,150); }

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

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

 span { border-color: rgb(179,145,150); }

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