#B49399

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

Shades of Viola #B49399

Tints of Viola #B49399

Color information

#B49399 (or 0xB49399) is unknown color: approx Viola. HEX triplet: B4, 93 and 99. RGB value is (180,147,153). Sum of RGB (Red+Green+Blue) = 180+147+153=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B49399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49399 is #4B6C66. Grayscale: #9D9D9D. Windows color (decimal): -4942951 or 10064820. OLE color: 10064820.

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

Color convert

RGB180147153-
CMYK00.180.150.29
HSL349.09º18.03%64.12%-
HSV(B)349.09º18.33%70.59%-
XYZ35.0132.8734.64-
YUV157.55125.43144.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 147 (57.81% from 255) = 30.62%
BLUE value IS 153 (60.16% from 255) = 31.88%
R=37.5%
G=30.62%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014715300.180.150.29349.0918.0364.12
HexB49399012F1D15d1240
Octal264223231022173553522100
Binary101101001001001110011001010010111111101101011101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49399; }

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

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

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

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

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

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

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

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