#B1A35E

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

Shades of Gimblet #B1A35E

Tints of Gimblet #B1A35E

Color information

#B1A35E (or 0xB1A35E) is unknown color: approx Gimblet. HEX triplet: B1, A3 and 5E. RGB value is (177,163,94). Sum of RGB (Red+Green+Blue) = 177+163+94=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A35E is #4E5CA1. Grayscale: #9F9F9F. Windows color (decimal): -5135522 or 6202289. OLE color: 6202289.

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

Color convert

RGB17716394-
CMYK00.080.470.31
HSL49.88º34.73%53.14%-
HSV(B)49.88º46.89%69.41%-
XYZ33.2536.3515.85-
YUV159.3291.14140.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.78%
GREEN value IS 163 (64.06% from 255) = 37.56%
BLUE value IS 94 (37.11% from 255) = 21.66%
R=40.78%
G=37.56%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771639400.080.470.3149.8834.7353.14
HexB1A35E082F1F322335
Octal2612431360105737624365
Binary101100011010001110111100100010111111111110010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A35E; }

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

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

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

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

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

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

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

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