#B7A44F

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

Shades of Husk #B7A44F

Tints of Husk #B7A44F

Color information

#B7A44F (or 0xB7A44F) is unknown color: approx Husk. HEX triplet: B7, A4 and 4F. RGB value is (183,164,79). Sum of RGB (Red+Green+Blue) = 183+164+79=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A44F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A44F is #485BB0. Grayscale: #A0A0A0. Windows color (decimal): -4742065 or 5219511. OLE color: 5219511.

HSL color Cylindrical-coordinate representation of color #B7A44F: hue angle of 49.04º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7A44F is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB18316479-
CMYK00.100.570.28
HSL49.04º41.94%51.37%-
HSV(B)49.04º56.83%71.76%-
XYZ34.2237.1812.77-
YUV159.9982.29144.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.96%
GREEN value IS 164 (64.45% from 255) = 38.50%
BLUE value IS 79 (31.25% from 255) = 18.54%
R=42.96%
G=38.50%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831647900.100.570.2849.0441.9451.37
HexB7A44F0A391C312a33
Octal2672441170127134615263
Binary101101111010010010011110101011100111100110001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A44F; }

 p { color: rgb(183,164,79); }

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

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

 a { background-color: rgb(183,164,79); }

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

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

 span { border-color: rgb(183,164,79); }

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