#B6A865

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

Shades of Gimblet #B6A865

Tints of Gimblet #B6A865

Color information

#B6A865 (or 0xB6A865) is unknown color: approx Gimblet. HEX triplet: B6, A8 and 65. RGB value is (182,168,101). Sum of RGB (Red+Green+Blue) = 182+168+101=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A865 is #49579A. Grayscale: #A4A4A4. Windows color (decimal): -4806555 or 6662326. OLE color: 6662326.

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

Color convert

RGB182168101-
CMYK00.080.450.29
HSL49.63º35.68%55.49%-
HSV(B)49.63º44.51%71.37%-
XYZ35.6438.8917.94-
YUV164.5592.14140.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 168 (66.02% from 255) = 37.25%
BLUE value IS 101 (39.84% from 255) = 22.39%
R=40.35%
G=37.25%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216810100.080.450.2949.6335.6855.49
HexB6A865082D1D322437
Octal2662501450105535624467
Binary101101101010100011001010100010110111101110010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A865; }

 p { color: rgb(182,168,101); }

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

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

 a { background-color: rgb(182,168,101); }

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

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

 span { border-color: rgb(182,168,101); }

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