#B1A050

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

Shades of Husk #B1A050

Tints of Husk #B1A050

Color information

#B1A050 (or 0xB1A050) is unknown color: approx Husk. HEX triplet: B1, A0 and 50. RGB value is (177,160,80). Sum of RGB (Red+Green+Blue) = 177+160+80=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A050 is #4E5FAF. Grayscale: #9C9C9C. Windows color (decimal): -5136304 or 5284017. OLE color: 5284017.

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

Color convert

RGB17716080-
CMYK00.100.550.31
HSL49.48º38.34%50.39%-
HSV(B)49.48º54.8%69.41%-
XYZ32.1535.0712.66-
YUV155.9685.13143-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 160 (62.89% from 255) = 38.37%
BLUE value IS 80 (31.64% from 255) = 19.18%
R=42.45%
G=38.37%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771608000.100.550.3149.4838.3450.39
HexB1A0500A371F312632
Octal2612401200126737614662
Binary101100011010000010100000101011011111111110001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A050; }

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

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

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

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

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

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

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

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