#b49c4f

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

Shades of Husk #B49C4F

Tints of Husk #B49C4F

Color information

#B49C4F (or 0xB49C4F) is unknown color: approx Husk. HEX triplet: B4, 9C and 4F. RGB value is (180,156,79). Sum of RGB (Red+Green+Blue) = 180+156+79=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C4F is #4B63B0. Grayscale: #9A9A9A. Windows color (decimal): -4940721 or 5217460. OLE color: 5217460.

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

Color convert

RGB18015679-
CMYK00.130.560.29
HSL45.74º40.24%50.78%-
HSV(B)45.74º56.11%70.59%-
XYZ32.1234.0412.28-
YUV154.485.45146.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 156 (61.33% from 255) = 37.59%
BLUE value IS 79 (31.25% from 255) = 19.04%
R=43.37%
G=37.59%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801567900.130.560.2945.7440.2450.78
HexB49C4F0D381D2e2833
Octal2642341170157035565063
Binary101101001001110010011110110111100011101101110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b49c4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b49c4f; }

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

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

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

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

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

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

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

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