#B6A26C

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

Shades of Gimblet #B6A26C

Tints of Gimblet #B6A26C

Color information

#B6A26C (or 0xB6A26C) is unknown color: approx Gimblet. HEX triplet: B6, A2 and 6C. RGB value is (182,162,108). Sum of RGB (Red+Green+Blue) = 182+162+108=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A26C is #495D93. Grayscale: #A2A2A2. Windows color (decimal): -4808084 or 7119542. OLE color: 7119542.

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

Color convert

RGB182162108-
CMYK00.110.410.29
HSL43.78º33.64%56.86%-
HSV(B)43.78º40.66%71.37%-
XYZ34.9236.8719.46-
YUV161.8297.63142.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.27%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=40.27%
G=35.84%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216210800.110.410.2943.7833.6456.86
HexB6A26C0B291D2c2239
Octal2662421540135135544271
Binary101101101010001011011000101110100111101101100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A26C; }

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

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

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

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

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

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

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

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