#B79C4B

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

Shades of Husk #B79C4B

Tints of Husk #B79C4B

Color information

#B79C4B (or 0xB79C4B) is unknown color: approx Husk. HEX triplet: B7, 9C and 4B. RGB value is (183,156,75). Sum of RGB (Red+Green+Blue) = 183+156+75=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79C4B is #4863B4. Grayscale: #9B9B9B. Windows color (decimal): -4744117 or 4955319. OLE color: 4955319.

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

Color convert

RGB18315675-
CMYK00.150.590.28
HSL45º42.86%50.59%-
HSV(B)45º59.02%71.76%-
XYZ32.6934.3511.56-
YUV154.8482.95148.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.20%
GREEN value IS 156 (61.33% from 255) = 37.68%
BLUE value IS 75 (29.69% from 255) = 18.12%
R=44.20%
G=37.68%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831567500.150.590.284542.8650.59
HexB79C4B0F3B1C2d2b33
Octal2672341130177334555363
Binary101101111001110010010110111111101111100101101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79C4B; }

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

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

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

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

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

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

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

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