#B79C4D

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

Shades of Husk #B79C4D

Tints of Husk #B79C4D

Color information

#B79C4D (or 0xB79C4D) is unknown color: approx Husk. HEX triplet: B7, 9C and 4D. RGB value is (183,156,77). Sum of RGB (Red+Green+Blue) = 183+156+77=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79C4D is #4863B2. Grayscale: #9B9B9B. Windows color (decimal): -4744115 or 5086391. OLE color: 5086391.

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

Color convert

RGB18315677-
CMYK00.150.580.28
HSL44.72º42.4%50.98%-
HSV(B)44.72º57.92%71.76%-
XYZ32.7634.3811.93-
YUV155.0783.95147.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 156 (61.33% from 255) = 37.5%
BLUE value IS 77 (30.47% from 255) = 18.51%
R=43.99%
G=37.5%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831567700.150.580.2844.7242.450.98
HexB79C4D0F3A1C2d2a33
Octal2672341150177234555263
Binary101101111001110010011010111111101011100101101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79C4D; }

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

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

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

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

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

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

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

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