#B79E4D

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

Shades of Husk #B79E4D

Tints of Husk #B79E4D

Color information

#B79E4D (or 0xB79E4D) is unknown color: approx Husk. HEX triplet: B7, 9E and 4D. RGB value is (183,158,77). Sum of RGB (Red+Green+Blue) = 183+158+77=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B79E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79E4D is #4861B2. Grayscale: #9C9C9C. Windows color (decimal): -4743603 or 5086903. OLE color: 5086903.

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

Color convert

RGB18315877-
CMYK00.140.580.28
HSL45.85º42.4%50.98%-
HSV(B)45.85º57.92%71.76%-
XYZ33.0935.0612.04-
YUV156.2483.28147.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 158 (62.11% from 255) = 37.80%
BLUE value IS 77 (30.47% from 255) = 18.42%
R=43.78%
G=37.80%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831587700.140.580.2845.8542.450.98
HexB79E4D0E3A1C2e2a33
Octal2672361150167234565263
Binary101101111001111010011010111011101011100101110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79E4D; }

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

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

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

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

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

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

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

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