#B49096

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

Shades of Viola #B49096

Tints of Viola #B49096

Color information

#B49096 (or 0xB49096) is unknown color: approx Viola. HEX triplet: B4, 90 and 96. RGB value is (180,144,150). Sum of RGB (Red+Green+Blue) = 180+144+150=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B49096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49096 is #4B6F69. Grayscale: #9B9B9B. Windows color (decimal): -4943722 or 9867444. OLE color: 9867444.

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

Color convert

RGB180144150-
CMYK00.20.170.29
HSL350º19.35%63.53%-
HSV(B)350º20%70.59%-
XYZ34.331.8533.19-
YUV155.45124.93145.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 144 (56.64% from 255) = 30.38%
BLUE value IS 150 (58.98% from 255) = 31.65%
R=37.97%
G=30.38%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014415000.20.170.2935019.3563.53
HexB49096014111D15e1340
Octal264220226024213553623100
Binary1011010010010000100101100101001000111101101011110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49096; }

 p { color: rgb(180,144,150); }

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

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

 a { background-color: rgb(180,144,150); }

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

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

 span { border-color: rgb(180,144,150); }

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