#B1A158

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

Shades of Husk #B1A158

Tints of Husk #B1A158

Color information

#B1A158 (or 0xB1A158) is unknown color: approx Husk. HEX triplet: B1, A1 and 58. RGB value is (177,161,88). Sum of RGB (Red+Green+Blue) = 177+161+88=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A158 is #4E5EA7. Grayscale: #9D9D9D. Windows color (decimal): -5136040 or 5808561. OLE color: 5808561.

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

Color convert

RGB17716188-
CMYK00.090.500.31
HSL49.21º36.33%51.96%-
HSV(B)49.21º50.28%69.41%-
XYZ32.6435.5414.37-
YUV157.4688.8141.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.55%
GREEN value IS 161 (63.28% from 255) = 37.79%
BLUE value IS 88 (34.77% from 255) = 20.66%
R=41.55%
G=37.79%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771618800.090.500.3149.2136.3351.96
HexB1A15809321F312434
Octal2612411300116237614464
Binary101100011010000110110000100111001011111110001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A158; }

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

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

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

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

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

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

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

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