#B1A15D

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

Shades of Gimblet #B1A15D

Tints of Gimblet #B1A15D

Color information

#B1A15D (or 0xB1A15D) is unknown color: approx Gimblet. HEX triplet: B1, A1 and 5D. RGB value is (177,161,93). Sum of RGB (Red+Green+Blue) = 177+161+93=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A15D is #4E5EA2. Grayscale: #9E9E9E. Windows color (decimal): -5136035 or 6136241. OLE color: 6136241.

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

Color convert

RGB17716193-
CMYK00.090.470.31
HSL48.57º35%52.94%-
HSV(B)48.57º47.46%69.41%-
XYZ32.8535.6315.5-
YUV158.0391.3141.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 161 (63.28% from 255) = 37.35%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=41.07%
G=37.35%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771619300.090.470.3148.573552.94
HexB1A15D092F1F312335
Octal2612411350115737614365
Binary101100011010000110111010100110111111111110001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A15D; }

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

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

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

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

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

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

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

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