#B2A166

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

Shades of Gimblet #B2A166

Tints of Gimblet #B2A166

Color information

#B2A166 (or 0xB2A166) is unknown color: approx Gimblet. HEX triplet: B2, A1 and 66. RGB value is (178,161,102). Sum of RGB (Red+Green+Blue) = 178+161+102=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A166 is #4D5E99. Grayscale: #9F9F9F. Windows color (decimal): -5070490 or 6726066. OLE color: 6726066.

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

Color convert

RGB178161102-
CMYK00.100.430.30
HSL46.58º33.04%54.9%-
HSV(B)46.58º42.7%69.8%-
XYZ33.535.9117.74-
YUV159.3695.63141.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 161 (63.28% from 255) = 36.51%
BLUE value IS 102 (40.23% from 255) = 23.13%
R=40.36%
G=36.51%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816110200.100.430.3046.5833.0454.9
HexB2A1660A2B1E2f2137
Octal2622411460125336574167
Binary101100101010000111001100101010101111110101111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A166; }

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

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

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

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

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

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

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

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