#B58496

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

Shades of Viola #B58496

Tints of Viola #B58496

Color information

#B58496 (or 0xB58496) is unknown color: approx Viola. HEX triplet: B5, 84 and 96. RGB value is (181,132,150). Sum of RGB (Red+Green+Blue) = 181+132+150=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B58496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58496 is #4A7B69. Grayscale: #949494. Windows color (decimal): -4881258 or 9864373. OLE color: 9864373.

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

Color convert

RGB181132150-
CMYK00.270.170.29
HSL337.96º24.87%61.37%-
HSV(B)337.96º27.07%70.98%-
XYZ32.8128.5332.63-
YUV148.7128.73151.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 132 (51.95% from 255) = 28.51%
BLUE value IS 150 (58.98% from 255) = 32.40%
R=39.09%
G=28.51%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113215000.270.170.29337.9624.8761.37
HexB5849601B111D152193d
Octal26520422603321355223175
Binary101101011000010010010110011011100011110110101001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58496; }

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

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

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

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

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

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

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

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