#B49F4A

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

Shades of Husk #B49F4A

Tints of Husk #B49F4A

Color information

#B49F4A (or 0xB49F4A) is unknown color: approx Husk. HEX triplet: B4, 9F and 4A. RGB value is (180,159,74). Sum of RGB (Red+Green+Blue) = 180+159+74=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49F4A is #4B60B5. Grayscale: #9B9B9B. Windows color (decimal): -4939958 or 4890548. OLE color: 4890548.

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

Color convert

RGB18015974-
CMYK00.120.590.29
HSL48.11º41.73%49.8%-
HSV(B)48.11º58.89%70.59%-
XYZ32.4634.9911.52-
YUV155.5981.96145.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 159 (62.5% from 255) = 38.50%
BLUE value IS 74 (29.30% from 255) = 17.92%
R=43.58%
G=38.50%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801597400.120.590.2948.1141.7349.8
HexB49F4A0C3B1D302a32
Octal2642371120147335605262
Binary101101001001111110010100110011101111101110000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F4A; }

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

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

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

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

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

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

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

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