#B6A657

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

Shades of Gimblet #B6A657

Tints of Gimblet #B6A657

Color information

#B6A657 (or 0xB6A657) is unknown color: approx Gimblet. HEX triplet: B6, A6 and 57. RGB value is (182,166,87). Sum of RGB (Red+Green+Blue) = 182+166+87=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A657 is #4959A8. Grayscale: #A2A2A2. Windows color (decimal): -4807081 or 5744310. OLE color: 5744310.

HSL color Cylindrical-coordinate representation of color #B6A657: hue angle of 49.89º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B6A657 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18216687-
CMYK00.090.520.29
HSL49.89º39.42%52.75%-
HSV(B)49.89º52.2%71.37%-
XYZ34.6537.9114.51-
YUV161.7885.8142.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 166 (65.23% from 255) = 38.16%
BLUE value IS 87 (34.38% from 255) = 20%
R=41.84%
G=38.16%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821668700.090.520.2949.8939.4252.75
HexB6A65709341D322735
Octal2662461270116435624765
Binary101101101010011010101110100111010011101110010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A657; }

 p { color: rgb(182,166,87); }

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

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

 a { background-color: rgb(182,166,87); }

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

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

 span { border-color: rgb(182,166,87); }

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