#B49D51

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

Shades of Husk #B49D51

Tints of Husk #B49D51

Color information

#B49D51 (or 0xB49D51) is unknown color: approx Husk. HEX triplet: B4, 9D and 51. RGB value is (180,157,81). Sum of RGB (Red+Green+Blue) = 180+157+81=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D51 is #4B62AE. Grayscale: #9B9B9B. Windows color (decimal): -4940463 or 5348788. OLE color: 5348788.

HSL color Cylindrical-coordinate representation of color #B49D51: hue angle of 46.06º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B49D51 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB18015781-
CMYK00.130.550.29
HSL46.06º39.76%51.18%-
HSV(B)46.06º55%70.59%-
XYZ32.3634.4112.72-
YUV155.2186.12145.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 157 (61.72% from 255) = 37.56%
BLUE value IS 81 (32.03% from 255) = 19.38%
R=43.06%
G=37.56%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801578100.130.550.2946.0639.7651.18
HexB49D510D371D2e2833
Octal2642351210156735565063
Binary101101001001110110100010110111011111101101110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D51; }

 p { color: rgb(180,157,81); }

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

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

 a { background-color: rgb(180,157,81); }

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

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

 span { border-color: rgb(180,157,81); }

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