#B1A260

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

Shades of Gimblet #B1A260

Tints of Gimblet #B1A260

Color information

#B1A260 (or 0xB1A260) is unknown color: approx Gimblet. HEX triplet: B1, A2 and 60. RGB value is (177,162,96). Sum of RGB (Red+Green+Blue) = 177+162+96=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A260 is #4E5D9F. Grayscale: #9F9F9F. Windows color (decimal): -5135776 or 6333105. OLE color: 6333105.

HSL color Cylindrical-coordinate representation of color #B1A260: hue angle of 48.89º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1A260 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17716296-
CMYK00.080.460.31
HSL48.89º34.18%53.53%-
HSV(B)48.89º45.76%69.41%-
XYZ33.1636.0316.27-
YUV158.9692.47140.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 162 (63.67% from 255) = 37.24%
BLUE value IS 96 (37.89% from 255) = 22.07%
R=40.69%
G=37.24%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771629600.080.460.3148.8934.1853.53
HexB1A260082E1F312236
Octal2612421400105637614266
Binary101100011010001011000000100010111011111110001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A260; }

 p { color: rgb(177,162,96); }

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

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

 a { background-color: rgb(177,162,96); }

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

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

 span { border-color: rgb(177,162,96); }

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