#B79F4C

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

Shades of Husk #B79F4C

Tints of Husk #B79F4C

Color information

#B79F4C (or 0xB79F4C) is unknown color: approx Husk. HEX triplet: B7, 9F and 4C. RGB value is (183,159,76). Sum of RGB (Red+Green+Blue) = 183+159+76=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B79F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79F4C is #4860B3. Grayscale: #9D9D9D. Windows color (decimal): -4743348 or 5021623. OLE color: 5021623.

HSL color Cylindrical-coordinate representation of color #B79F4C: hue angle of 46.54º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B79F4C is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB18315976-
CMYK00.130.580.28
HSL46.54º42.63%50.78%-
HSV(B)46.54º58.47%71.76%-
XYZ33.2335.3911.92-
YUV156.7182.45146.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 159 (62.5% from 255) = 38.04%
BLUE value IS 76 (30.08% from 255) = 18.18%
R=43.78%
G=38.04%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831597600.130.580.2846.5442.6350.78
HexB79F4C0D3A1C2f2b33
Octal2672371140157234575363
Binary101101111001111110011000110111101011100101111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79F4C; }

 p { color: rgb(183,159,76); }

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

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

 a { background-color: rgb(183,159,76); }

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

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

 span { border-color: rgb(183,159,76); }

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