#B49D49

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

Shades of Husk #B49D49

Tints of Husk #B49D49

Color information

#B49D49 (or 0xB49D49) is unknown color: approx Husk. HEX triplet: B4, 9D and 49. RGB value is (180,157,73). Sum of RGB (Red+Green+Blue) = 180+157+73=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D49 is #4B62B6. Grayscale: #9A9A9A. Windows color (decimal): -4940471 or 4824500. OLE color: 4824500.

HSL color Cylindrical-coordinate representation of color #B49D49: hue angle of 47.1º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B49D49 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18015773-
CMYK00.130.590.29
HSL47.1º42.29%49.61%-
HSV(B)47.1º59.44%70.59%-
XYZ32.0834.311.23-
YUV154.382.12146.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 157 (61.72% from 255) = 38.29%
BLUE value IS 73 (28.91% from 255) = 17.80%
R=43.90%
G=38.29%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801577300.130.590.2947.142.2949.61
HexB49D490D3B1D2f2a32
Octal2642351110157335575262
Binary101101001001110110010010110111101111101101111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D49; }

 p { color: rgb(180,157,73); }

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

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

 a { background-color: rgb(180,157,73); }

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

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

 span { border-color: rgb(180,157,73); }

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