#B49A56

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

Shades of Husk #B49A56

Tints of Husk #B49A56

Color information

#B49A56 (or 0xB49A56) is unknown color: approx Husk. HEX triplet: B4, 9A and 56. RGB value is (180,154,86). Sum of RGB (Red+Green+Blue) = 180+154+86=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49A56 is #4B65A9. Grayscale: #9A9A9A. Windows color (decimal): -4941226 or 5675700. OLE color: 5675700.

HSL color Cylindrical-coordinate representation of color #B49A56: hue angle of 43.4º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B49A56 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18015486-
CMYK00.140.520.29
HSL43.4º38.52%52.16%-
HSV(B)43.4º52.22%70.59%-
XYZ32.0633.4913.58-
YUV154.0289.61146.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 154 (60.55% from 255) = 36.67%
BLUE value IS 86 (33.98% from 255) = 20.48%
R=42.86%
G=36.67%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801548600.140.520.2943.438.5252.16
HexB49A560E341D2b2734
Octal2642321260166435534764
Binary101101001001101010101100111011010011101101011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A56; }

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

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

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

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

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

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

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

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