#B1A960

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

Shades of Gimblet #B1A960

Tints of Gimblet #B1A960

Color information

#B1A960 (or 0xB1A960) is unknown color: approx Gimblet. HEX triplet: B1, A9 and 60. RGB value is (177,169,96). Sum of RGB (Red+Green+Blue) = 177+169+96=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A960 is #4E569F. Grayscale: #A3A3A3. Windows color (decimal): -5133984 or 6334897. OLE color: 6334897.

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

Color convert

RGB17716996-
CMYK00.050.460.31
HSL54.07º34.18%53.53%-
HSV(B)54.07º45.76%69.41%-
XYZ34.4338.5716.7-
YUV163.0790.15137.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.05%
GREEN value IS 169 (66.41% from 255) = 38.24%
BLUE value IS 96 (37.89% from 255) = 21.72%
R=40.05%
G=38.24%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771699600.050.460.3154.0734.1853.53
HexB1A960052E1F362236
Octal261251140055637664266
Binary10110001101010011100000010110111011111110110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A960; }

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

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

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

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

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

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

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

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