#B1A85E

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

Shades of Gimblet #B1A85E

Tints of Gimblet #B1A85E

Color information

#B1A85E (or 0xB1A85E) is unknown color: approx Gimblet. HEX triplet: B1, A8 and 5E. RGB value is (177,168,94). Sum of RGB (Red+Green+Blue) = 177+168+94=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A85E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A85E is #4E57A1. Grayscale: #A2A2A2. Windows color (decimal): -5134242 or 6203569. OLE color: 6203569.

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

Color convert

RGB17716894-
CMYK00.050.470.31
HSL53.49º34.73%53.14%-
HSV(B)53.49º46.89%69.41%-
XYZ34.1538.1616.16-
YUV162.2689.48138.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 168 (66.02% from 255) = 38.27%
BLUE value IS 94 (37.11% from 255) = 21.41%
R=40.32%
G=38.27%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771689400.050.470.3153.4934.7353.14
HexB1A85E052F1F352335
Octal261250136055737654365
Binary10110001101010001011110010110111111111110101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A85E; }

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

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

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

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

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

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

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

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