#B1A159

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

Shades of Gimblet #B1A159

Tints of Gimblet #B1A159

Color information

#B1A159 (or 0xB1A159) is unknown color: approx Gimblet. HEX triplet: B1, A1 and 59. RGB value is (177,161,89). Sum of RGB (Red+Green+Blue) = 177+161+89=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A159 is #4E5EA6. Grayscale: #9D9D9D. Windows color (decimal): -5136039 or 5874097. OLE color: 5874097.

HSL color Cylindrical-coordinate representation of color #B1A159: hue angle of 49.09º 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 #B1A159 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17716189-
CMYK00.090.500.31
HSL49.09º36.07%52.16%-
HSV(B)49.09º49.72%69.41%-
XYZ32.6835.5614.59-
YUV157.5889.3141.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 161 (63.28% from 255) = 37.70%
BLUE value IS 89 (35.16% from 255) = 20.84%
R=41.45%
G=37.70%
B=20.84%

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
Decimal1771618900.090.500.3149.0936.0752.16
HexB1A15909321F312434
Octal2612411310116237614464
Binary101100011010000110110010100111001011111110001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A159; }

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

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

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

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

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

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

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

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