#B6A771

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

Shades of Gimblet #B6A771

Tints of Gimblet #B6A771

Color information

#B6A771 (or 0xB6A771) is unknown color: approx Gimblet. HEX triplet: B6, A7 and 71. RGB value is (182,167,113). Sum of RGB (Red+Green+Blue) = 182+167+113=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A771 is #49588E. Grayscale: #A5A5A5. Windows color (decimal): -4806799 or 7448502. OLE color: 7448502.

HSL color Cylindrical-coordinate representation of color #B6A771: hue angle of 46.96º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6A771 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB182167113-
CMYK00.080.380.29
HSL46.96º32.09%57.84%-
HSV(B)46.96º37.91%71.37%-
XYZ36.0938.7721.2-
YUV165.3398.47139.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.39%
GREEN value IS 167 (65.62% from 255) = 36.15%
BLUE value IS 113 (44.53% from 255) = 24.46%
R=39.39%
G=36.15%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216711300.080.380.2946.9632.0957.84
HexB6A77108261D2f203a
Octal2662471610104635574072
Binary101101101010011111100010100010011011101101111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A771; }

 p { color: rgb(182,167,113); }

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

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

 a { background-color: rgb(182,167,113); }

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

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

 span { border-color: rgb(182,167,113); }

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