#B6A56E

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

Shades of Gimblet #B6A56E

Tints of Gimblet #B6A56E

Color information

#B6A56E (or 0xB6A56E) is unknown color: approx Gimblet. HEX triplet: B6, A5 and 6E. RGB value is (182,165,110). Sum of RGB (Red+Green+Blue) = 182+165+110=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A56E is #495A91. Grayscale: #A4A4A4. Windows color (decimal): -4807314 or 7251382. OLE color: 7251382.

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

Color convert

RGB182165110-
CMYK00.090.400.29
HSL45.83º33.03%57.25%-
HSV(B)45.83º39.56%71.37%-
XYZ35.5637.9820.21-
YUV163.8197.63140.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 165 (64.84% from 255) = 36.11%
BLUE value IS 110 (43.36% from 255) = 24.07%
R=39.82%
G=36.11%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216511000.090.400.2945.8333.0357.25
HexB6A56E09281D2e2139
Octal2662451560115035564171
Binary101101101010010111011100100110100011101101110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A56E; }

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

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

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

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

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

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

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

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