#B49946

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

Shades of Husk #B49946

Tints of Husk #B49946

Color information

#B49946 (or 0xB49946) is unknown color: approx Husk. HEX triplet: B4, 99 and 46. RGB value is (180,153,70). Sum of RGB (Red+Green+Blue) = 180+153+70=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B49946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49946 is #4B66B9. Grayscale: #979797. Windows color (decimal): -4941498 or 4626868. OLE color: 4626868.

HSL color Cylindrical-coordinate representation of color #B49946: hue angle of 45.27º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B49946 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB18015370-
CMYK00.150.610.29
HSL45.27º44%49.02%-
HSV(B)45.27º61.11%70.59%-
XYZ31.3232.9310.5-
YUV151.6181.95148.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 153 (60.16% from 255) = 37.97%
BLUE value IS 70 (27.73% from 255) = 17.37%
R=44.67%
G=37.97%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801537000.150.610.2945.274449.02
HexB499460F3D1D2d2c31
Octal2642311060177535555461
Binary101101001001100110001100111111110111101101101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49946; }

 p { color: rgb(180,153,70); }

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

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

 a { background-color: rgb(180,153,70); }

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

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

 span { border-color: rgb(180,153,70); }

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