#B49D45

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

Shades of Husk #B49D45

Tints of Husk #B49D45

Color information

#B49D45 (or 0xB49D45) is unknown color: approx Husk. HEX triplet: B4, 9D and 45. RGB value is (180,157,69). Sum of RGB (Red+Green+Blue) = 180+157+69=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D45 is #4B62BA. Grayscale: #9A9A9A. Windows color (decimal): -4940475 or 4562356. OLE color: 4562356.

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

Color convert

RGB18015769-
CMYK00.130.620.29
HSL47.57º44.58%48.82%-
HSV(B)47.57º61.67%70.59%-
XYZ31.9534.2510.56-
YUV153.8480.12146.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 157 (61.72% from 255) = 38.67%
BLUE value IS 69 (27.34% from 255) = 17.00%
R=44.33%
G=38.67%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801576900.130.620.2947.5744.5848.82
HexB49D450D3E1D302d31
Octal2642351050157635605561
Binary101101001001110110001010110111111011101110000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D45; }

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

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

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

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

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

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

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

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