#B49C45

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

Shades of Husk #B49C45

Tints of Husk #B49C45

Color information

#B49C45 (or 0xB49C45) is unknown color: approx Husk. HEX triplet: B4, 9C and 45. RGB value is (180,156,69). Sum of RGB (Red+Green+Blue) = 180+156+69=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C45 is #4B63BA. Grayscale: #999999. Windows color (decimal): -4940731 or 4562100. OLE color: 4562100.

HSL color Cylindrical-coordinate representation of color #B49C45: hue angle of 47.03º 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 #B49C45 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18015669-
CMYK00.130.620.29
HSL47.03º44.58%48.82%-
HSV(B)47.03º61.67%70.59%-
XYZ31.7933.9110.5-
YUV153.2680.45147.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 156 (61.33% from 255) = 38.52%
BLUE value IS 69 (27.34% from 255) = 17.04%
R=44.44%
G=38.52%
B=17.04%

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
Decimal1801566900.130.620.2947.0344.5848.82
HexB49C450D3E1D2f2d31
Octal2642341050157635575561
Binary101101001001110010001010110111111011101101111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C45; }

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

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

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

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

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

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

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

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