#B1A360

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

Shades of Gimblet #B1A360

Tints of Gimblet #B1A360

Color information

#B1A360 (or 0xB1A360) is unknown color: approx Gimblet. HEX triplet: B1, A3 and 60. RGB value is (177,163,96). Sum of RGB (Red+Green+Blue) = 177+163+96=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A360 is #4E5C9F. Grayscale: #9F9F9F. Windows color (decimal): -5135520 or 6333361. OLE color: 6333361.

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

Color convert

RGB17716396-
CMYK00.080.460.31
HSL49.63º34.18%53.53%-
HSV(B)49.63º45.76%69.41%-
XYZ33.3436.3916.33-
YUV159.5592.14140.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 163 (64.06% from 255) = 37.39%
BLUE value IS 96 (37.89% from 255) = 22.02%
R=40.60%
G=37.39%
B=22.02%

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
Decimal1771639600.080.460.3149.6334.1853.53
HexB1A360082E1F322236
Octal2612431400105637624266
Binary101100011010001111000000100010111011111110010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A360; }

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

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

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

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

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

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

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

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