#B1A95B

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

Shades of Gimblet #B1A95B

Tints of Gimblet #B1A95B

Color information

#B1A95B (or 0xB1A95B) is unknown color: approx Gimblet. HEX triplet: B1, A9 and 5B. RGB value is (177,169,91). Sum of RGB (Red+Green+Blue) = 177+169+91=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A95B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A95B is #4E56A4. Grayscale: #A2A2A2. Windows color (decimal): -5133989 or 6007217. OLE color: 6007217.

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

Color convert

RGB17716991-
CMYK00.050.490.31
HSL54.42º35.54%52.55%-
HSV(B)54.42º48.59%69.41%-
XYZ34.2138.4815.52-
YUV162.587.65138.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 169 (66.41% from 255) = 38.67%
BLUE value IS 91 (35.94% from 255) = 20.82%
R=40.50%
G=38.67%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771699100.050.490.3154.4235.5452.55
HexB1A95B05311F362435
Octal261251133056137664465
Binary10110001101010011011011010111000111111110110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A95B; }

 p { color: rgb(177,169,91); }

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

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

 a { background-color: rgb(177,169,91); }

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

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

 span { border-color: rgb(177,169,91); }

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