#B1A15C

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

Shades of Gimblet #B1A15C

Tints of Gimblet #B1A15C

Color information

#B1A15C (or 0xB1A15C) is unknown color: approx Gimblet. HEX triplet: B1, A1 and 5C. RGB value is (177,161,92). Sum of RGB (Red+Green+Blue) = 177+161+92=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A15C is #4E5EA3. Grayscale: #9E9E9E. Windows color (decimal): -5136036 or 6070705. OLE color: 6070705.

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

Color convert

RGB17716192-
CMYK00.090.480.31
HSL48.71º35.27%52.75%-
HSV(B)48.71º48.02%69.41%-
XYZ32.8135.6115.27-
YUV157.9290.8141.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 92 (36.33% from 255) = 21.40%
R=41.16%
G=37.44%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771619200.090.480.3148.7135.2752.75
HexB1A15C09301F312335
Octal2612411340116037614365
Binary101100011010000110111000100111000011111110001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A15C; }

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

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

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

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

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

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

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

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