#B1A659

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

Shades of Gimblet #B1A659

Tints of Gimblet #B1A659

Color information

#B1A659 (or 0xB1A659) is unknown color: approx Gimblet. HEX triplet: B1, A6 and 59. RGB value is (177,166,89). Sum of RGB (Red+Green+Blue) = 177+166+89=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A659 is #4E59A6. Grayscale: #A0A0A0. Windows color (decimal): -5134759 or 5875377. OLE color: 5875377.

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

Color convert

RGB17716689-
CMYK00.060.500.31
HSL52.5º36.07%52.16%-
HSV(B)52.5º49.72%69.41%-
XYZ33.5737.3414.89-
YUV160.5187.64139.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 166 (65.23% from 255) = 38.43%
BLUE value IS 89 (35.16% from 255) = 20.60%
R=40.97%
G=38.43%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771668900.060.500.3152.536.0752.16
HexB1A65906321F342434
Octal261246131066237644464
Binary10110001101001101011001011011001011111110100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A659; }

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

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

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

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

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

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

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

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