#B79F55

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

Shades of Husk #B79F55

Tints of Husk #B79F55

Color information

#B79F55 (or 0xB79F55) is unknown color: approx Husk. HEX triplet: B7, 9F and 55. RGB value is (183,159,85). Sum of RGB (Red+Green+Blue) = 183+159+85=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B79F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79F55 is #4860AA. Grayscale: #9E9E9E. Windows color (decimal): -4743339 or 5611447. OLE color: 5611447.

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

Color convert

RGB18315985-
CMYK00.130.540.28
HSL45.31º40.5%52.55%-
HSV(B)45.31º53.55%71.76%-
XYZ33.5735.5213.68-
YUV157.7486.95146.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 159 (62.5% from 255) = 37.24%
BLUE value IS 85 (33.59% from 255) = 19.91%
R=42.86%
G=37.24%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831598500.130.540.2845.3140.552.55
HexB79F550D361C2d2835
Octal2672371250156634555065
Binary101101111001111110101010110111011011100101101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79F55; }

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

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

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

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

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

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

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

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