#B79F4A

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

Shades of Husk #B79F4A

Tints of Husk #B79F4A

Color information

#B79F4A (or 0xB79F4A) is unknown color: approx Husk. HEX triplet: B7, 9F and 4A. RGB value is (183,159,74). Sum of RGB (Red+Green+Blue) = 183+159+74=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B79F4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79F4A is #4860B5. Grayscale: #9C9C9C. Windows color (decimal): -4743350 or 4890551. OLE color: 4890551.

HSL color Cylindrical-coordinate representation of color #B79F4A: hue angle of 46.79º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B79F4A is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18315974-
CMYK00.130.600.28
HSL46.79º43.08%50.39%-
HSV(B)46.79º59.56%71.76%-
XYZ33.1635.3611.56-
YUV156.4981.45146.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 159 (62.5% from 255) = 38.22%
BLUE value IS 74 (29.30% from 255) = 17.79%
R=43.99%
G=38.22%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831597400.130.600.2846.7943.0850.39
HexB79F4A0D3C1C2f2b32
Octal2672371120157434575362
Binary101101111001111110010100110111110011100101111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79F4A; }

 p { color: rgb(183,159,74); }

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

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

 a { background-color: rgb(183,159,74); }

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

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

 span { border-color: rgb(183,159,74); }

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