#B1A04D

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

Shades of Husk #B1A04D

Tints of Husk #B1A04D

Color information

#B1A04D (or 0xB1A04D) is unknown color: approx Husk. HEX triplet: B1, A0 and 4D. RGB value is (177,160,77). Sum of RGB (Red+Green+Blue) = 177+160+77=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A04D is #4E5FB2. Grayscale: #9B9B9B. Windows color (decimal): -5136307 or 5087409. OLE color: 5087409.

HSL color Cylindrical-coordinate representation of color #B1A04D: hue angle of 49.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1A04D is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17716077-
CMYK00.100.560.31
HSL49.8º39.37%49.8%-
HSV(B)49.8º56.5%69.41%-
XYZ32.0435.0212.09-
YUV155.6283.63143.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 160 (62.89% from 255) = 38.65%
BLUE value IS 77 (30.47% from 255) = 18.60%
R=42.75%
G=38.65%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771607700.100.560.3149.839.3749.8
HexB1A04D0A381F322732
Octal2612401150127037624762
Binary101100011010000010011010101011100011111110010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A04D; }

 p { color: rgb(177,160,77); }

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

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

 a { background-color: rgb(177,160,77); }

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

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

 span { border-color: rgb(177,160,77); }

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