#B1A156

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

Shades of Husk #B1A156

Tints of Husk #B1A156

Color information

#B1A156 (or 0xB1A156) is unknown color: approx Husk. HEX triplet: B1, A1 and 56. RGB value is (177,161,86). Sum of RGB (Red+Green+Blue) = 177+161+86=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A156 is #4E5EA9. Grayscale: #9D9D9D. Windows color (decimal): -5136042 or 5677489. OLE color: 5677489.

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

Color convert

RGB17716186-
CMYK00.090.510.31
HSL49.45º36.84%51.57%-
HSV(B)49.45º51.41%69.41%-
XYZ32.5635.5113.94-
YUV157.2387.8142.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 161 (63.28% from 255) = 37.97%
BLUE value IS 86 (33.98% from 255) = 20.28%
R=41.75%
G=37.97%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771618600.090.510.3149.4536.8451.57
HexB1A15609331F312534
Octal2612411260116337614564
Binary101100011010000110101100100111001111111110001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A156; }

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

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

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

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

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

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

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

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