#B79E4E

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

Shades of Husk #B79E4E

Tints of Husk #B79E4E

Color information

#B79E4E (or 0xB79E4E) is unknown color: approx Husk. HEX triplet: B7, 9E and 4E. RGB value is (183,158,78). Sum of RGB (Red+Green+Blue) = 183+158+78=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B79E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79E4E is #4861B1. Grayscale: #9C9C9C. Windows color (decimal): -4743602 or 5152439. OLE color: 5152439.

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

Color convert

RGB18315878-
CMYK00.140.570.28
HSL45.71º42.17%51.18%-
HSV(B)45.71º57.38%71.76%-
XYZ33.1335.0712.23-
YUV156.3583.78147-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 158 (62.11% from 255) = 37.71%
BLUE value IS 78 (30.86% from 255) = 18.62%
R=43.68%
G=37.71%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831587800.140.570.2845.7142.1751.18
HexB79E4E0E391C2e2a33
Octal2672361160167134565263
Binary101101111001111010011100111011100111100101110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79E4E; }

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

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

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

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

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

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

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

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