#B1A55F

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

Shades of Gimblet #B1A55F

Tints of Gimblet #B1A55F

Color information

#B1A55F (or 0xB1A55F) is unknown color: approx Gimblet. HEX triplet: B1, A5 and 5F. RGB value is (177,165,95). Sum of RGB (Red+Green+Blue) = 177+165+95=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A55F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A55F is #4E5AA0. Grayscale: #A0A0A0. Windows color (decimal): -5135009 or 6268337. OLE color: 6268337.

HSL color Cylindrical-coordinate representation of color #B1A55F: hue angle of 51.22º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1A55F is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17716595-
CMYK00.070.460.31
HSL51.22º34.45%53.33%-
HSV(B)51.22º46.33%69.41%-
XYZ33.6537.0816.21-
YUV160.6190.98139.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 165 (64.84% from 255) = 37.76%
BLUE value IS 95 (37.5% from 255) = 21.74%
R=40.50%
G=37.76%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771659500.070.460.3151.2234.4553.33
HexB1A55F072E1F332235
Octal261245137075637634265
Binary10110001101001011011111011110111011111110011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A55F; }

 p { color: rgb(177,165,95); }

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

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

 a { background-color: rgb(177,165,95); }

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

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

 span { border-color: rgb(177,165,95); }

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