#b79e47

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

Shades of Husk #B79E47

Tints of Husk #B79E47

Color information

#B79E47 (or 0xB79E47) is unknown color: approx Husk. HEX triplet: B7, 9E and 47. RGB value is (183,158,71). Sum of RGB (Red+Green+Blue) = 183+158+71=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 71 (28.12% from 255 or 17.23% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B79E47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79E47 is #4861B8. Grayscale: #9B9B9B. Windows color (decimal): -4743609 or 4693687. OLE color: 4693687.

HSL color Cylindrical-coordinate representation of color #B79E47: hue angle of 46.61º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B79E47 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB18315871-
CMYK00.140.610.28
HSL46.61º44.09%49.8%-
HSV(B)46.61º61.2%71.76%-
XYZ32.8934.9810.98-
YUV155.5680.28147.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.42%
GREEN value IS 158 (62.11% from 255) = 38.35%
BLUE value IS 71 (28.12% from 255) = 17.23%
R=44.42%
G=38.35%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831587100.140.610.2846.6144.0949.8
HexB79E470E3D1C2f2c32
Octal2672361070167534575462
Binary101101111001111010001110111011110111100101111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b79e47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b79e47; }

 p { color: rgb(183,158,71); }

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

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

 a { background-color: rgb(183,158,71); }

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

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

 span { border-color: rgb(183,158,71); }

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