#B1A757

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

Shades of Gimblet #B1A757

Tints of Gimblet #B1A757

Color information

#B1A757 (or 0xB1A757) is unknown color: approx Gimblet. HEX triplet: B1, A7 and 57. RGB value is (177,167,87). Sum of RGB (Red+Green+Blue) = 177+167+87=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A757 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A757 is #4E58A8. Grayscale: #A1A1A1. Windows color (decimal): -5134505 or 5744561. OLE color: 5744561.

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

Color convert

RGB17716787-
CMYK00.060.510.31
HSL53.33º36.59%51.76%-
HSV(B)53.33º50.85%69.41%-
XYZ33.6737.6714.51-
YUV160.8786.31139.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 167 (65.62% from 255) = 38.75%
BLUE value IS 87 (34.38% from 255) = 20.19%
R=41.07%
G=38.75%
B=20.19%

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
Decimal1771678700.060.510.3153.3336.5951.76
HexB1A75706331F352534
Octal261247127066337654564
Binary10110001101001111010111011011001111111110101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A757; }

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

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

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

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

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

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

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

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