#B2A16B

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

Shades of Gimblet #B2A16B

Tints of Gimblet #B2A16B

Color information

#B2A16B (or 0xB2A16B) is unknown color: approx Gimblet. HEX triplet: B2, A1 and 6B. RGB value is (178,161,107). Sum of RGB (Red+Green+Blue) = 178+161+107=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A16B is #4D5E94. Grayscale: #A0A0A0. Windows color (decimal): -5070485 or 7053746. OLE color: 7053746.

HSL color Cylindrical-coordinate representation of color #B2A16B: hue angle of 45.63º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2A16B is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB178161107-
CMYK00.100.400.30
HSL45.63º31.56%55.88%-
HSV(B)45.63º39.89%69.8%-
XYZ33.7636.0219.08-
YUV159.9398.13140.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 161 (63.28% from 255) = 36.10%
BLUE value IS 107 (42.19% from 255) = 23.99%
R=39.91%
G=36.10%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816110700.100.400.3045.6331.5655.88
HexB2A16B0A281E2e2038
Octal2622411530125036564070
Binary101100101010000111010110101010100011110101110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A16B; }

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

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

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

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

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

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

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

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