#B1A86E

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

Shades of Gimblet #B1A86E

Tints of Gimblet #B1A86E

Color information

#B1A86E (or 0xB1A86E) is unknown color: approx Gimblet. HEX triplet: B1, A8 and 6E. RGB value is (177,168,110). Sum of RGB (Red+Green+Blue) = 177+168+110=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A86E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A86E is #4E5791. Grayscale: #A4A4A4. Windows color (decimal): -5134226 or 7252145. OLE color: 7252145.

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

Color convert

RGB177168110-
CMYK00.050.380.31
HSL51.94º30.04%56.27%-
HSV(B)51.94º37.85%69.41%-
XYZ34.9538.4820.34-
YUV164.0897.48137.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.90%
GREEN value IS 168 (66.02% from 255) = 36.92%
BLUE value IS 110 (43.36% from 255) = 24.18%
R=38.90%
G=36.92%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716811000.050.380.3151.9430.0456.27
HexB1A86E05261F341e38
Octal261250156054637643670
Binary1011000110101000110111001011001101111111010011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A86E; }

 p { color: rgb(177,168,110); }

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

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

 a { background-color: rgb(177,168,110); }

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

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

 span { border-color: rgb(177,168,110); }

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