#B1A660

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

Shades of Gimblet #B1A660

Tints of Gimblet #B1A660

Color information

#B1A660 (or 0xB1A660) is unknown color: approx Gimblet. HEX triplet: B1, A6 and 60. RGB value is (177,166,96). Sum of RGB (Red+Green+Blue) = 177+166+96=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A660 is #4E599F. Grayscale: #A1A1A1. Windows color (decimal): -5134752 or 6334129. OLE color: 6334129.

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

Color convert

RGB17716696-
CMYK00.060.460.31
HSL51.85º34.18%53.53%-
HSV(B)51.85º45.76%69.41%-
XYZ33.8837.4616.51-
YUV161.3191.14139.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 166 (65.23% from 255) = 37.81%
BLUE value IS 96 (37.89% from 255) = 21.87%
R=40.32%
G=37.81%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771669600.060.460.3151.8534.1853.53
HexB1A660062E1F342236
Octal261246140065637644266
Binary10110001101001101100000011010111011111110100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A660; }

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

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

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

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

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

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

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

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