#B79C46

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

Shades of Husk #B79C46

Tints of Husk #B79C46

Color information

#B79C46 (or 0xB79C46) is unknown color: approx Husk. HEX triplet: B7, 9C and 46. RGB value is (183,156,70). Sum of RGB (Red+Green+Blue) = 183+156+70=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79C46 is #4863B9. Grayscale: #9A9A9A. Windows color (decimal): -4744122 or 4627639. OLE color: 4627639.

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

Color convert

RGB18315670-
CMYK00.150.620.28
HSL45.66º44.66%49.61%-
HSV(B)45.66º61.75%71.76%-
XYZ32.5234.2910.7-
YUV154.2780.45148.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.74%
GREEN value IS 156 (61.33% from 255) = 38.14%
BLUE value IS 70 (27.73% from 255) = 17.11%
R=44.74%
G=38.14%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831567000.150.620.2845.6644.6649.61
HexB79C460F3E1C2e2d32
Octal2672341060177634565562
Binary101101111001110010001100111111111011100101110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79C46; }

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

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

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

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

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

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

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

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