#B1A05A

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

Shades of Husk #B1A05A

Tints of Husk #B1A05A

Color information

#B1A05A (or 0xB1A05A) is unknown color: approx Husk. HEX triplet: B1, A0 and 5A. RGB value is (177,160,90). Sum of RGB (Red+Green+Blue) = 177+160+90=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A05A is #4E5FA5. Grayscale: #9D9D9D. Windows color (decimal): -5136294 or 5939377. OLE color: 5939377.

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

Color convert

RGB17716090-
CMYK00.100.490.31
HSL48.28º35.8%52.35%-
HSV(B)48.28º49.15%69.41%-
XYZ32.5535.2314.76-
YUV157.190.13142.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 160 (62.89% from 255) = 37.47%
BLUE value IS 90 (35.55% from 255) = 21.08%
R=41.45%
G=37.47%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771609000.100.490.3148.2835.852.35
HexB1A05A0A311F302434
Octal2612401320126137604464
Binary101100011010000010110100101011000111111110000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A05A; }

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

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

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

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

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

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

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

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