#B79948

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

Shades of Husk #B79948

Tints of Husk #B79948

Color information

#B79948 (or 0xB79948) is unknown color: approx Husk. HEX triplet: B7, 99 and 48. RGB value is (183,153,72). Sum of RGB (Red+Green+Blue) = 183+153+72=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B79948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79948 is #4866B7. Grayscale: #999999. Windows color (decimal): -4744888 or 4757943. OLE color: 4757943.

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

Color convert

RGB18315372-
CMYK00.160.610.28
HSL43.78º43.53%50%-
HSV(B)43.78º60.66%71.76%-
XYZ32.0933.3210.87-
YUV152.7482.44149.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 72 (28.52% from 255) = 17.65%
R=44.85%
G=37.5%
B=17.65%

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
Decimal1831537200.160.610.2843.7843.5350
HexB799480103D1C2c2c32
Octal2672311100207534545462
Binary1011011110011001100100001000011110111100101100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79948; }

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

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

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

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

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

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

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

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