#B1A04E

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

Shades of Husk #B1A04E

Tints of Husk #B1A04E

Color information

#B1A04E (or 0xB1A04E) is unknown color: approx Husk. HEX triplet: B1, A0 and 4E. RGB value is (177,160,78). Sum of RGB (Red+Green+Blue) = 177+160+78=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A04E is #4E5FB1. Grayscale: #9C9C9C. Windows color (decimal): -5136306 or 5152945. OLE color: 5152945.

HSL color Cylindrical-coordinate representation of color #B1A04E: hue angle of 49.7º 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 #B1A04E is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17716078-
CMYK00.100.560.31
HSL49.7º38.82%50%-
HSV(B)49.7º55.93%69.41%-
XYZ32.0835.0412.28-
YUV155.7384.13143.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 160 (62.89% from 255) = 38.55%
BLUE value IS 78 (30.86% from 255) = 18.80%
R=42.65%
G=38.55%
B=18.80%

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
Decimal1771607800.100.560.3149.738.8250
HexB1A04E0A381F322732
Octal2612401160127037624762
Binary101100011010000010011100101011100011111110010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A04E; }

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

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

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

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

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

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

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

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