#B49B4A

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

Shades of Husk #B49B4A

Tints of Husk #B49B4A

Color information

#B49B4A (or 0xB49B4A) is unknown color: approx Husk. HEX triplet: B4, 9B and 4A. RGB value is (180,155,74). Sum of RGB (Red+Green+Blue) = 180+155+74=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49B4A is #4B64B5. Grayscale: #999999. Windows color (decimal): -4940982 or 4889524. OLE color: 4889524.

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

Color convert

RGB18015574-
CMYK00.140.590.29
HSL45.85º41.73%49.8%-
HSV(B)45.85º58.89%70.59%-
XYZ31.7833.6411.3-
YUV153.2483.28147.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 74 (29.30% from 255) = 18.09%
R=44.01%
G=37.90%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801557400.140.590.2945.8541.7349.8
HexB49B4A0E3B1D2e2a32
Octal2642331120167335565262
Binary101101001001101110010100111011101111101101110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B4A; }

 p { color: rgb(180,155,74); }

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

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

 a { background-color: rgb(180,155,74); }

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

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

 span { border-color: rgb(180,155,74); }

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