#B1A165

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

Shades of Gimblet #B1A165

Tints of Gimblet #B1A165

Color information

#B1A165 (or 0xB1A165) is unknown color: approx Gimblet. HEX triplet: B1, A1 and 65. RGB value is (177,161,101). Sum of RGB (Red+Green+Blue) = 177+161+101=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A165 is #4E5E9A. Grayscale: #9F9F9F. Windows color (decimal): -5136027 or 6660529. OLE color: 6660529.

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

Color convert

RGB177161101-
CMYK00.090.430.31
HSL47.37º32.76%54.51%-
HSV(B)47.37º42.94%69.41%-
XYZ33.2335.7817.47-
YUV158.9495.3140.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 161 (63.28% from 255) = 36.67%
BLUE value IS 101 (39.84% from 255) = 23.01%
R=40.32%
G=36.67%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716110100.090.430.3147.3732.7654.51
HexB1A165092B1F2f2137
Octal2612411450115337574167
Binary101100011010000111001010100110101111111101111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A165; }

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

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

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

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

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

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

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

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