#B49B4B

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

Shades of Husk #B49B4B

Tints of Husk #B49B4B

Color information

#B49B4B (or 0xB49B4B) is unknown color: approx Husk. HEX triplet: B4, 9B and 4B. RGB value is (180,155,75). Sum of RGB (Red+Green+Blue) = 180+155+75=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49B4B is #4B64B4. Grayscale: #999999. Windows color (decimal): -4940981 or 4955060. OLE color: 4955060.

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

Color convert

RGB18015575-
CMYK00.140.580.29
HSL45.71º41.18%50%-
HSV(B)45.71º58.33%70.59%-
XYZ31.8133.6511.48-
YUV153.3683.78147-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 155 (60.94% from 255) = 37.80%
BLUE value IS 75 (29.69% from 255) = 18.29%
R=43.90%
G=37.80%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801557500.140.580.2945.7141.1850
HexB49B4B0E3A1D2e2932
Octal2642331130167235565162
Binary101101001001101110010110111011101011101101110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B4B; }

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

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

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

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

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

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

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

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