#B49650

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

Shades of Husk #B49650

Tints of Husk #B49650

Color information

#B49650 (or 0xB49650) is unknown color: approx Husk. HEX triplet: B4, 96 and 50. RGB value is (180,150,80). Sum of RGB (Red+Green+Blue) = 180+150+80=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B49650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49650 is #4B69AF. Grayscale: #979797. Windows color (decimal): -4942256 or 5281460. OLE color: 5281460.

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

Color convert

RGB18015080-
CMYK00.170.560.29
HSL42º40%50.98%-
HSV(B)42º55.56%70.59%-
XYZ31.1832.112.14-
YUV150.9987.94148.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 150 (58.98% from 255) = 36.59%
BLUE value IS 80 (31.64% from 255) = 19.51%
R=43.90%
G=36.59%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801508000.170.560.29424050.98
HexB49650011381D2a2833
Octal2642261200217035525063
Binary1011010010010110101000001000111100011101101010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49650; }

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

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

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

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

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

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

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

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