#B79A4E

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

Shades of Husk #B79A4E

Tints of Husk #B79A4E

Color information

#B79A4E (or 0xB79A4E) is unknown color: approx Husk. HEX triplet: B7, 9A and 4E. RGB value is (183,154,78). Sum of RGB (Red+Green+Blue) = 183+154+78=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79A4E is #4865B1. Grayscale: #9A9A9A. Windows color (decimal): -4744626 or 5151415. OLE color: 5151415.

HSL color Cylindrical-coordinate representation of color #B79A4E: hue angle of 43.43º 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 #B79A4E is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB18315478-
CMYK00.160.570.28
HSL43.43º42.17%51.18%-
HSV(B)43.43º57.38%71.76%-
XYZ32.4633.7312.01-
YUV154.0185.11148.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.10%
GREEN value IS 154 (60.55% from 255) = 37.11%
BLUE value IS 78 (30.86% from 255) = 18.80%
R=44.10%
G=37.11%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831547800.160.570.2843.4342.1751.18
HexB79A4E010391C2b2a33
Octal2672321160207134535263
Binary1011011110011010100111001000011100111100101011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79A4E; }

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

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

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

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

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

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

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

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