#B1A16B

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

Shades of Gimblet #B1A16B

Tints of Gimblet #B1A16B

Color information

#B1A16B (or 0xB1A16B) is unknown color: approx Gimblet. HEX triplet: B1, A1 and 6B. RGB value is (177,161,107). Sum of RGB (Red+Green+Blue) = 177+161+107=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A16B is #4E5E94. Grayscale: #9F9F9F. Windows color (decimal): -5136021 or 7053745. OLE color: 7053745.

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

Color convert

RGB177161107-
CMYK00.090.400.31
HSL46.29º30.97%55.69%-
HSV(B)46.29º39.55%69.41%-
XYZ33.5335.919.07-
YUV159.6398.3140.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 161 (63.28% from 255) = 36.18%
BLUE value IS 107 (42.19% from 255) = 24.04%
R=39.78%
G=36.18%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716110700.090.400.3146.2930.9755.69
HexB1A16B09281F2e1f38
Octal2612411530115037563770
Binary10110001101000011101011010011010001111110111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A16B; }

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

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

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

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

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

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

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

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