#B6A566

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

Shades of Gimblet #B6A566

Tints of Gimblet #B6A566

Color information

#B6A566 (or 0xB6A566) is unknown color: approx Gimblet. HEX triplet: B6, A5 and 66. RGB value is (182,165,102). Sum of RGB (Red+Green+Blue) = 182+165+102=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A566 is #495A99. Grayscale: #A3A3A3. Windows color (decimal): -4807322 or 6727094. OLE color: 6727094.

HSL color Cylindrical-coordinate representation of color #B6A566: hue angle of 47.25º 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 #B6A566 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB182165102-
CMYK00.090.440.29
HSL47.25º35.4%55.69%-
HSV(B)47.25º43.96%71.37%-
XYZ35.1437.8118.02-
YUV162.993.63141.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 165 (64.84% from 255) = 36.75%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=40.53%
G=36.75%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216510200.090.440.2947.2535.455.69
HexB6A566092C1D2f2338
Octal2662451460115435574370
Binary101101101010010111001100100110110011101101111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A566; }

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

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

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

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

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

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

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

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