#B7A14F

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

Shades of Husk #B7A14F

Tints of Husk #B7A14F

Color information

#B7A14F (or 0xB7A14F) is unknown color: approx Husk. HEX triplet: B7, A1 and 4F. RGB value is (183,161,79). Sum of RGB (Red+Green+Blue) = 183+161+79=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A14F is #485EB0. Grayscale: #9E9E9E. Windows color (decimal): -4742833 or 5218743. OLE color: 5218743.

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

Color convert

RGB18316179-
CMYK00.120.570.28
HSL47.31º41.94%51.37%-
HSV(B)47.31º56.83%71.76%-
XYZ33.6836.1212.59-
YUV158.2383.29145.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.26%
GREEN value IS 161 (63.28% from 255) = 38.06%
BLUE value IS 79 (31.25% from 255) = 18.68%
R=43.26%
G=38.06%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831617900.120.570.2847.3141.9451.37
HexB7A14F0C391C2f2a33
Octal2672411170147134575263
Binary101101111010000110011110110011100111100101111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A14F; }

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

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

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

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

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

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

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

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