#B49F4B

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

Shades of Husk #B49F4B

Tints of Husk #B49F4B

Color information

#B49F4B (or 0xB49F4B) is unknown color: approx Husk. HEX triplet: B4, 9F and 4B. RGB value is (180,159,75). Sum of RGB (Red+Green+Blue) = 180+159+75=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49F4B is #4B60B4. Grayscale: #9C9C9C. Windows color (decimal): -4939957 or 4956084. OLE color: 4956084.

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

Color convert

RGB18015975-
CMYK00.120.580.29
HSL48º41.18%50%-
HSV(B)48º58.33%70.59%-
XYZ32.4935.0111.7-
YUV155.782.46145.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 159 (62.5% from 255) = 38.41%
BLUE value IS 75 (29.69% from 255) = 18.12%
R=43.48%
G=38.41%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801597500.120.580.294841.1850
HexB49F4B0C3A1D302932
Octal2642371130147235605162
Binary101101001001111110010110110011101011101110000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F4B; }

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

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

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

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

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

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

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

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