#B1A657

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

Shades of Gimblet #B1A657

Tints of Gimblet #B1A657

Color information

#B1A657 (or 0xB1A657) is unknown color: approx Gimblet. HEX triplet: B1, A6 and 57. RGB value is (177,166,87). Sum of RGB (Red+Green+Blue) = 177+166+87=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A657 is #4E59A8. Grayscale: #A0A0A0. Windows color (decimal): -5134761 or 5744305. OLE color: 5744305.

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

Color convert

RGB17716687-
CMYK00.060.510.31
HSL52.67º36.59%51.76%-
HSV(B)52.67º50.85%69.41%-
XYZ33.4937.3114.45-
YUV160.2886.64139.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 166 (65.23% from 255) = 38.60%
BLUE value IS 87 (34.38% from 255) = 20.23%
R=41.16%
G=38.60%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771668700.060.510.3152.6736.5951.76
HexB1A65706331F352534
Octal261246127066337654564
Binary10110001101001101010111011011001111111110101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A657; }

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

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

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

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

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

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

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

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