#B6A859

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

Shades of Gimblet #B6A859

Tints of Gimblet #B6A859

Color information

#B6A859 (or 0xB6A859) is unknown color: approx Gimblet. HEX triplet: B6, A8 and 59. RGB value is (182,168,89). Sum of RGB (Red+Green+Blue) = 182+168+89=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A859 is #4957A6. Grayscale: #A3A3A3. Windows color (decimal): -4806567 or 5875894. OLE color: 5875894.

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

Color convert

RGB18216889-
CMYK00.080.510.29
HSL50.97º38.91%53.14%-
HSV(B)50.97º51.1%71.37%-
XYZ35.138.6715.07-
YUV163.1886.14141.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 168 (66.02% from 255) = 38.27%
BLUE value IS 89 (35.16% from 255) = 20.27%
R=41.46%
G=38.27%
B=20.27%

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
Decimal1821688900.080.510.2950.9738.9153.14
HexB6A85908331D332735
Octal2662501310106335634765
Binary101101101010100010110010100011001111101110011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A859; }

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

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

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

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

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

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

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

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