#B1A151

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

Shades of Husk #B1A151

Tints of Husk #B1A151

Color information

#B1A151 (or 0xB1A151) is unknown color: approx Husk. HEX triplet: B1, A1 and 51. RGB value is (177,161,81). Sum of RGB (Red+Green+Blue) = 177+161+81=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A151 is #4E5EAE. Grayscale: #9D9D9D. Windows color (decimal): -5136047 or 5349809. OLE color: 5349809.

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

Color convert

RGB17716181-
CMYK00.090.540.31
HSL50º38.1%50.59%-
HSV(B)50º54.24%69.41%-
XYZ32.3635.4312.92-
YUV156.6685.3142.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 161 (63.28% from 255) = 38.42%
BLUE value IS 81 (32.03% from 255) = 19.33%
R=42.24%
G=38.42%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771618100.090.540.315038.150.59
HexB1A15109361F322633
Octal2612411210116637624663
Binary101100011010000110100010100111011011111110010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A151; }

 p { color: rgb(177,161,81); }

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

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

 a { background-color: rgb(177,161,81); }

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

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

 span { border-color: rgb(177,161,81); }

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