#B79F52

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

Shades of Husk #B79F52

Tints of Husk #B79F52

Color information

#B79F52 (or 0xB79F52) is unknown color: approx Husk. HEX triplet: B7, 9F and 52. RGB value is (183,159,82). Sum of RGB (Red+Green+Blue) = 183+159+82=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B79F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79F52 is #4860AD. Grayscale: #9D9D9D. Windows color (decimal): -4743342 or 5414839. OLE color: 5414839.

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

Color convert

RGB18315982-
CMYK00.130.550.28
HSL45.74º41.22%51.96%-
HSV(B)45.74º55.19%71.76%-
XYZ33.4535.4713.07-
YUV157.485.45146.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 159 (62.5% from 255) = 37.5%
BLUE value IS 82 (32.42% from 255) = 19.34%
R=43.16%
G=37.5%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831598200.130.550.2845.7441.2251.96
HexB79F520D371C2e2934
Octal2672371220156734565164
Binary101101111001111110100100110111011111100101110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79F52; }

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

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

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

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

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

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

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

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