#B49D4B

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

Shades of Husk #B49D4B

Tints of Husk #B49D4B

Color information

#B49D4B (or 0xB49D4B) is unknown color: approx Husk. HEX triplet: B4, 9D and 4B. RGB value is (180,157,75). Sum of RGB (Red+Green+Blue) = 180+157+75=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D4B is #4B62B4. Grayscale: #9A9A9A. Windows color (decimal): -4940469 or 4955572. OLE color: 4955572.

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

Color convert

RGB18015775-
CMYK00.130.580.29
HSL46.86º41.18%50%-
HSV(B)46.86º58.33%70.59%-
XYZ32.1534.3311.59-
YUV154.5383.12146.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 157 (61.72% from 255) = 38.11%
BLUE value IS 75 (29.69% from 255) = 18.20%
R=43.69%
G=38.11%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801577500.130.580.2946.8641.1850
HexB49D4B0D3A1D2f2932
Octal2642351130157235575162
Binary101101001001110110010110110111101011101101111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D4B; }

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

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

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

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

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

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

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

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