#B79F4B

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

Shades of Husk #B79F4B

Tints of Husk #B79F4B

Color information

#B79F4B (or 0xB79F4B) is unknown color: approx Husk. HEX triplet: B7, 9F and 4B. RGB value is (183,159,75). Sum of RGB (Red+Green+Blue) = 183+159+75=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B79F4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79F4B is #4860B4. Grayscale: #9C9C9C. Windows color (decimal): -4743349 or 4956087. OLE color: 4956087.

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

Color convert

RGB18315975-
CMYK00.130.590.28
HSL46.67º42.86%50.59%-
HSV(B)46.67º59.02%71.76%-
XYZ33.235.3711.73-
YUV156.681.95146.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 159 (62.5% from 255) = 38.13%
BLUE value IS 75 (29.69% from 255) = 17.99%
R=43.88%
G=38.13%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831597500.130.590.2846.6742.8650.59
HexB79F4B0D3B1C2f2b33
Octal2672371130157334575363
Binary101101111001111110010110110111101111100101111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79F4B; }

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

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

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

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

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

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

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

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