#B6A759

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

Shades of Gimblet #B6A759

Tints of Gimblet #B6A759

Color information

#B6A759 (or 0xB6A759) is unknown color: approx Gimblet. HEX triplet: B6, A7 and 59. RGB value is (182,167,89). Sum of RGB (Red+Green+Blue) = 182+167+89=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A759 is #4958A6. Grayscale: #A2A2A2. Windows color (decimal): -4806823 or 5875638. OLE color: 5875638.

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

Color convert

RGB18216789-
CMYK00.080.510.29
HSL50.32º38.91%53.14%-
HSV(B)50.32º51.1%71.37%-
XYZ34.9138.315-
YUV162.5986.47141.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.55%
GREEN value IS 167 (65.62% from 255) = 38.13%
BLUE value IS 89 (35.16% from 255) = 20.32%
R=41.55%
G=38.13%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821678900.080.510.2950.3238.9153.14
HexB6A75908331D322735
Octal2662471310106335624765
Binary101101101010011110110010100011001111101110010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A759; }

 p { color: rgb(182,167,89); }

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

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

 a { background-color: rgb(182,167,89); }

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

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

 span { border-color: rgb(182,167,89); }

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