#B49C4B

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

Shades of Husk #B49C4B

Tints of Husk #B49C4B

Color information

#B49C4B (or 0xB49C4B) is unknown color: approx Husk. HEX triplet: B4, 9C and 4B. RGB value is (180,156,75). Sum of RGB (Red+Green+Blue) = 180+156+75=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C4B is #4B63B4. Grayscale: #9A9A9A. Windows color (decimal): -4940725 or 4955316. OLE color: 4955316.

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

Color convert

RGB18015675-
CMYK00.130.580.29
HSL46.29º41.18%50%-
HSV(B)46.29º58.33%70.59%-
XYZ31.9833.9911.53-
YUV153.9483.45146.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 156 (61.33% from 255) = 37.96%
BLUE value IS 75 (29.69% from 255) = 18.25%
R=43.80%
G=37.96%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801567500.130.580.2946.2941.1850
HexB49C4B0D3A1D2e2932
Octal2642341130157235565162
Binary101101001001110010010110110111101011101101110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C4B; }

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

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

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

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

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

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

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

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