#B49B4D

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

Shades of Husk #B49B4D

Tints of Husk #B49B4D

Color information

#B49B4D (or 0xB49B4D) is unknown color: approx Husk. HEX triplet: B4, 9B and 4D. RGB value is (180,155,77). Sum of RGB (Red+Green+Blue) = 180+155+77=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49B4D is #4B64B2. Grayscale: #999999. Windows color (decimal): -4940979 or 5086132. OLE color: 5086132.

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

Color convert

RGB18015577-
CMYK00.140.570.29
HSL45.44º40.71%50.39%-
HSV(B)45.44º57.22%70.59%-
XYZ31.8833.6811.84-
YUV153.5884.78146.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 155 (60.94% from 255) = 37.62%
BLUE value IS 77 (30.47% from 255) = 18.69%
R=43.69%
G=37.62%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801557700.140.570.2945.4440.7150.39
HexB49B4D0E391D2d2932
Octal2642331150167135555162
Binary101101001001101110011010111011100111101101101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B4D; }

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

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

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

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

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

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

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

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