#B2A161

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

Shades of Gimblet #B2A161

Tints of Gimblet #B2A161

Color information

#B2A161 (or 0xB2A161) is unknown color: approx Gimblet. HEX triplet: B2, A1 and 61. RGB value is (178,161,97). Sum of RGB (Red+Green+Blue) = 178+161+97=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A161 is #4D5E9E. Grayscale: #9F9F9F. Windows color (decimal): -5070495 or 6398386. OLE color: 6398386.

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

Color convert

RGB17816197-
CMYK00.100.460.30
HSL47.41º34.47%53.92%-
HSV(B)47.41º45.51%69.8%-
XYZ33.2635.8216.47-
YUV158.7993.13141.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 161 (63.28% from 255) = 36.93%
BLUE value IS 97 (38.28% from 255) = 22.25%
R=40.83%
G=36.93%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781619700.100.460.3047.4134.4753.92
HexB2A1610A2E1E2f2236
Octal2622411410125636574266
Binary101100101010000111000010101010111011110101111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A161; }

 p { color: rgb(178,161,97); }

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

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

 a { background-color: rgb(178,161,97); }

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

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

 span { border-color: rgb(178,161,97); }

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