#B8A04F

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

Shades of Husk #B8A04F

Tints of Husk #B8A04F

Color information

#B8A04F (or 0xB8A04F) is unknown color: approx Husk. HEX triplet: B8, A0 and 4F. RGB value is (184,160,79). Sum of RGB (Red+Green+Blue) = 184+160+79=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A04F is #475FB0. Grayscale: #9E9E9E. Windows color (decimal): -4677553 or 5218488. OLE color: 5218488.

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

Color convert

RGB18416079-
CMYK00.130.570.28
HSL46.29º42.51%51.57%-
HSV(B)46.29º57.07%72.16%-
XYZ33.7535.912.55-
YUV157.9483.45146.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 160 (62.89% from 255) = 37.83%
BLUE value IS 79 (31.25% from 255) = 18.68%
R=43.50%
G=37.83%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841607900.130.570.2846.2942.5151.57
HexB8A04F0D391C2e2b34
Octal2702401170157134565364
Binary101110001010000010011110110111100111100101110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A04F; }

 p { color: rgb(184,160,79); }

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

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

 a { background-color: rgb(184,160,79); }

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

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

 span { border-color: rgb(184,160,79); }

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