#B6A36E

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

Shades of Gimblet #B6A36E

Tints of Gimblet #B6A36E

Color information

#B6A36E (or 0xB6A36E) is unknown color: approx Gimblet. HEX triplet: B6, A3 and 6E. RGB value is (182,163,110). Sum of RGB (Red+Green+Blue) = 182+163+110=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A36E is #495C91. Grayscale: #A2A2A2. Windows color (decimal): -4807826 or 7250870. OLE color: 7250870.

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

Color convert

RGB182163110-
CMYK00.100.400.29
HSL44.17º33.03%57.25%-
HSV(B)44.17º39.56%71.37%-
XYZ35.237.2720.09-
YUV162.6498.29141.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 163 (64.06% from 255) = 35.82%
BLUE value IS 110 (43.36% from 255) = 24.18%
R=40%
G=35.82%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216311000.100.400.2944.1733.0357.25
HexB6A36E0A281D2c2139
Octal2662431560125035544171
Binary101101101010001111011100101010100011101101100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A36E; }

 p { color: rgb(182,163,110); }

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

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

 a { background-color: rgb(182,163,110); }

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

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

 span { border-color: rgb(182,163,110); }

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