#B1A35D

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

Shades of Gimblet #B1A35D

Tints of Gimblet #B1A35D

Color information

#B1A35D (or 0xB1A35D) is unknown color: approx Gimblet. HEX triplet: B1, A3 and 5D. RGB value is (177,163,93). Sum of RGB (Red+Green+Blue) = 177+163+93=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A35D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A35D is #4E5CA2. Grayscale: #9F9F9F. Windows color (decimal): -5135523 or 6136753. OLE color: 6136753.

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

Color convert

RGB17716393-
CMYK00.080.470.31
HSL50º35%52.94%-
HSV(B)50º47.46%69.41%-
XYZ33.236.3315.62-
YUV159.2190.64140.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 163 (64.06% from 255) = 37.64%
BLUE value IS 93 (36.72% from 255) = 21.48%
R=40.88%
G=37.64%
B=21.48%

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
Decimal1771639300.080.470.31503552.94
HexB1A35D082F1F322335
Octal2612431350105737624365
Binary101100011010001110111010100010111111111110010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A35D; }

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

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

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

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

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

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

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

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