#B59396

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

Shades of Viola #B59396

Tints of Viola #B59396

Color information

#B59396 (or 0xB59396) is unknown color: approx Viola. HEX triplet: B5, 93 and 96. RGB value is (181,147,150). Sum of RGB (Red+Green+Blue) = 181+147+150=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B59396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59396 is #4A6C69. Grayscale: #9D9D9D. Windows color (decimal): -4877418 or 9868213. OLE color: 9868213.

HSL color Cylindrical-coordinate representation of color #B59396: hue angle of 354.71º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B59396 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB181147150-
CMYK00.190.170.29
HSL354.71º18.68%64.31%-
HSV(B)354.71º18.78%70.98%-
XYZ34.9932.8933.36-
YUV157.51123.76144.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 147 (57.81% from 255) = 30.75%
BLUE value IS 150 (58.98% from 255) = 31.38%
R=37.87%
G=30.75%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114715000.190.170.29354.7118.6864.31
HexB59396013111D1631340
Octal265223226023213554323100
Binary1011010110010011100101100100111000111101101100011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59396; }

 p { color: rgb(181,147,150); }

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

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

 a { background-color: rgb(181,147,150); }

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

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

 span { border-color: rgb(181,147,150); }

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