#b6a268

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

Shades of Gimblet #B6A268

Tints of Gimblet #B6A268

Color information

#B6A268 (or 0xB6A268) is unknown color: approx Gimblet. HEX triplet: B6, A2 and 68. RGB value is (182,162,104). Sum of RGB (Red+Green+Blue) = 182+162+104=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A268 is #495D97. Grayscale: #A1A1A1. Windows color (decimal): -4808088 or 6857398. OLE color: 6857398.

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

Color convert

RGB182162104-
CMYK00.110.430.29
HSL44.62º34.82%56.08%-
HSV(B)44.62º42.86%71.37%-
XYZ34.7136.7918.37-
YUV161.3795.63142.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.62%
GREEN value IS 162 (63.67% from 255) = 36.16%
BLUE value IS 104 (41.02% from 255) = 23.21%
R=40.62%
G=36.16%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216210400.110.430.2944.6234.8256.08
HexB6A2680B2B1D2d2338
Octal2662421500135335554370
Binary101101101010001011010000101110101111101101101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6a268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6a268; }

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

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

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

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

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

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

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

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