#B59296

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

Shades of Viola #B59296

Tints of Viola #B59296

Color information

#B59296 (or 0xB59296) is unknown color: approx Viola. HEX triplet: B5, 92 and 96. RGB value is (181,146,150). Sum of RGB (Red+Green+Blue) = 181+146+150=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B59296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59296 is #4A6D69. Grayscale: #9C9C9C. Windows color (decimal): -4877674 or 9867957. OLE color: 9867957.

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

Color convert

RGB181146150-
CMYK00.190.170.29
HSL353.14º19.13%64.12%-
HSV(B)353.14º19.34%70.98%-
XYZ34.8432.5833.31-
YUV156.92124.1145.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 150 (58.98% from 255) = 31.45%
R=37.95%
G=30.61%
B=31.45%

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
Decimal18114615000.190.170.29353.1419.1364.12
HexB59296013111D1611340
Octal265222226023213554123100
Binary1011010110010010100101100100111000111101101100001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59296; }

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

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

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

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

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

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

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

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