#B79E48

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

Shades of Husk #B79E48

Tints of Husk #B79E48

Color information

#B79E48 (or 0xB79E48) is unknown color: approx Husk. HEX triplet: B7, 9E and 48. RGB value is (183,158,72). Sum of RGB (Red+Green+Blue) = 183+158+72=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B79E48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79E48 is #4861B7. Grayscale: #9C9C9C. Windows color (decimal): -4743608 or 4759223. OLE color: 4759223.

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

Color convert

RGB18315872-
CMYK00.140.610.28
HSL46.49º43.53%50%-
HSV(B)46.49º60.66%71.76%-
XYZ32.9234.9911.15-
YUV155.6780.78147.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.31%
GREEN value IS 158 (62.11% from 255) = 38.26%
BLUE value IS 72 (28.52% from 255) = 17.43%
R=44.31%
G=38.26%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831587200.140.610.2846.4943.5350
HexB79E480E3D1C2e2c32
Octal2672361100167534565462
Binary101101111001111010010000111011110111100101110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79E48; }

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

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

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

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

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

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

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

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