#b79b4e

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

Shades of Husk #B79B4E

Tints of Husk #B79B4E

Color information

#B79B4E (or 0xB79B4E) is unknown color: approx Husk. HEX triplet: B7, 9B and 4E. RGB value is (183,155,78). Sum of RGB (Red+Green+Blue) = 183+155+78=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79B4E is #4864B1. Grayscale: #9A9A9A. Windows color (decimal): -4744370 or 5151671. OLE color: 5151671.

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

Color convert

RGB18315578-
CMYK00.150.570.28
HSL44º42.17%51.18%-
HSV(B)44º57.38%71.76%-
XYZ32.6234.0612.06-
YUV154.5984.78148.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 155 (60.94% from 255) = 37.26%
BLUE value IS 78 (30.86% from 255) = 18.75%
R=43.99%
G=37.26%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831557800.150.570.284442.1751.18
HexB79B4E0F391C2c2a33
Octal2672331160177134545263
Binary101101111001101110011100111111100111100101100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b79b4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b79b4e; }

 p { color: rgb(183,155,78); }

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

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

 a { background-color: rgb(183,155,78); }

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

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

 span { border-color: rgb(183,155,78); }

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