#B7A04A

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

Shades of Husk #B7A04A

Tints of Husk #B7A04A

Color information

#B7A04A (or 0xB7A04A) is unknown color: approx Husk. HEX triplet: B7, A0 and 4A. RGB value is (183,160,74). Sum of RGB (Red+Green+Blue) = 183+160+74=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A04A is #485FB5. Grayscale: #9D9D9D. Windows color (decimal): -4743094 or 4890807. OLE color: 4890807.

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

Color convert

RGB18316074-
CMYK00.130.600.28
HSL47.34º43.08%50.39%-
HSV(B)47.34º59.56%71.76%-
XYZ33.3435.711.61-
YUV157.0781.12146.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 160 (62.89% from 255) = 38.37%
BLUE value IS 74 (29.30% from 255) = 17.75%
R=43.88%
G=38.37%
B=17.75%

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
Decimal1831607400.130.600.2847.3443.0850.39
HexB7A04A0D3C1C2f2b32
Octal2672401120157434575362
Binary101101111010000010010100110111110011100101111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A04A; }

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

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

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

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

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

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

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

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