#B1A04A

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

Shades of Husk #B1A04A

Tints of Husk #B1A04A

Color information

#B1A04A (or 0xB1A04A) is unknown color: approx Husk. HEX triplet: B1, A0 and 4A. RGB value is (177,160,74). Sum of RGB (Red+Green+Blue) = 177+160+74=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A04A is #4E5FB5. Grayscale: #9B9B9B. Windows color (decimal): -5136310 or 4890801. OLE color: 4890801.

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

Color convert

RGB17716074-
CMYK00.100.580.31
HSL50.1º41.04%49.22%-
HSV(B)50.1º58.19%69.41%-
XYZ31.9434.9811.55-
YUV155.2882.13143.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 160 (62.89% from 255) = 38.93%
BLUE value IS 74 (29.30% from 255) = 18.00%
R=43.07%
G=38.93%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771607400.100.580.3150.141.0449.22
HexB1A04A0A3A1F322931
Octal2612401120127237625161
Binary101100011010000010010100101011101011111110010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A04A; }

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

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

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

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

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

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

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

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