#B49599

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

Shades of Viola #B49599

Tints of Viola #B49599

Color information

#B49599 (or 0xB49599) is unknown color: approx Viola. HEX triplet: B4, 95 and 99. RGB value is (180,149,153). Sum of RGB (Red+Green+Blue) = 180+149+153=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B49599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49599 is #4B6A66. Grayscale: #9E9E9E. Windows color (decimal): -4942439 or 10065332. OLE color: 10065332.

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

Color convert

RGB180149153-
CMYK00.170.150.29
HSL352.26º17.13%64.51%-
HSV(B)352.26º17.22%70.59%-
XYZ35.3233.534.74-
YUV158.72124.77143.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 149 (58.59% from 255) = 30.91%
BLUE value IS 153 (60.16% from 255) = 31.74%
R=37.34%
G=30.91%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014915300.170.150.29352.2617.1364.51
HexB49599011F1D1601141
Octal264225231021173554021101
Binary101101001001010110011001010001111111101101100000100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49599; }

 p { color: rgb(180,149,153); }

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

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

 a { background-color: rgb(180,149,153); }

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

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

 span { border-color: rgb(180,149,153); }

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