#B6A86D

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

Shades of Gimblet #B6A86D

Tints of Gimblet #B6A86D

Color information

#B6A86D (or 0xB6A86D) is unknown color: approx Gimblet. HEX triplet: B6, A8 and 6D. RGB value is (182,168,109). Sum of RGB (Red+Green+Blue) = 182+168+109=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A86D is #495792. Grayscale: #A5A5A5. Windows color (decimal): -4806547 or 7186614. OLE color: 7186614.

HSL color Cylindrical-coordinate representation of color #B6A86D: hue angle of 48.49º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6A86D is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB182168109-
CMYK00.080.400.29
HSL48.49º33.33%57.06%-
HSV(B)48.49º40.11%71.37%-
XYZ36.0539.0520.11-
YUV165.4696.14139.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.65%
GREEN value IS 168 (66.02% from 255) = 36.60%
BLUE value IS 109 (42.97% from 255) = 23.75%
R=39.65%
G=36.60%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216810900.080.400.2948.4933.3357.06
HexB6A86D08281D302139
Octal2662501550105035604171
Binary101101101010100011011010100010100011101110000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A86D; }

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

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

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

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

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

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

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

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