#B49A4A

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

Shades of Husk #B49A4A

Tints of Husk #B49A4A

Color information

#B49A4A (or 0xB49A4A) is unknown color: approx Husk. HEX triplet: B4, 9A and 4A. RGB value is (180,154,74). Sum of RGB (Red+Green+Blue) = 180+154+74=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49A4A is #4B65B5. Grayscale: #999999. Windows color (decimal): -4941238 or 4889268. OLE color: 4889268.

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

Color convert

RGB18015474-
CMYK00.140.590.29
HSL45.28º41.73%49.8%-
HSV(B)45.28º58.89%70.59%-
XYZ31.6133.3111.24-
YUV152.6583.61147.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 154 (60.55% from 255) = 37.75%
BLUE value IS 74 (29.30% from 255) = 18.14%
R=44.12%
G=37.75%
B=18.14%

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
Decimal1801547400.140.590.2945.2841.7349.8
HexB49A4A0E3B1D2d2a32
Octal2642321120167335555262
Binary101101001001101010010100111011101111101101101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A4A; }

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

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

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

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

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

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

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

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