#B6A266

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

Shades of Gimblet #B6A266

Tints of Gimblet #B6A266

Color information

#B6A266 (or 0xB6A266) is unknown color: approx Gimblet. HEX triplet: B6, A2 and 66. RGB value is (182,162,102). Sum of RGB (Red+Green+Blue) = 182+162+102=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A266 is #495D99. Grayscale: #A1A1A1. Windows color (decimal): -4808090 or 6726326. OLE color: 6726326.

HSL color Cylindrical-coordinate representation of color #B6A266: hue angle of 45º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6A266 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB182162102-
CMYK00.110.440.29
HSL45º35.4%55.69%-
HSV(B)45º43.96%71.37%-
XYZ34.6136.7517.84-
YUV161.1494.63142.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.81%
GREEN value IS 162 (63.67% from 255) = 36.32%
BLUE value IS 102 (40.23% from 255) = 22.87%
R=40.81%
G=36.32%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216210200.110.440.294535.455.69
HexB6A2660B2C1D2d2338
Octal2662421460135435554370
Binary101101101010001011001100101110110011101101101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A266; }

 p { color: rgb(182,162,102); }

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

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

 a { background-color: rgb(182,162,102); }

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

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

 span { border-color: rgb(182,162,102); }

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