#B79A48

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

Shades of Husk #B79A48

Tints of Husk #B79A48

Color information

#B79A48 (or 0xB79A48) is unknown color: approx Husk. HEX triplet: B7, 9A and 48. RGB value is (183,154,72). Sum of RGB (Red+Green+Blue) = 183+154+72=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79A48 is #4865B7. Grayscale: #999999. Windows color (decimal): -4744632 or 4758199. OLE color: 4758199.

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

Color convert

RGB18315472-
CMYK00.160.610.28
HSL44.32º43.53%50%-
HSV(B)44.32º60.66%71.76%-
XYZ32.2533.6510.93-
YUV153.3282.11149.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.74%
GREEN value IS 154 (60.55% from 255) = 37.65%
BLUE value IS 72 (28.52% from 255) = 17.60%
R=44.74%
G=37.65%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831547200.160.610.2844.3243.5350
HexB79A480103D1C2c2c32
Octal2672321100207534545462
Binary1011011110011010100100001000011110111100101100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79A48; }

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

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

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

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

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

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

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

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