#B6A56F

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

Shades of Gimblet #B6A56F

Tints of Gimblet #B6A56F

Color information

#B6A56F (or 0xB6A56F) is unknown color: approx Gimblet. HEX triplet: B6, A5 and 6F. RGB value is (182,165,111). Sum of RGB (Red+Green+Blue) = 182+165+111=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A56F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A56F is #495A90. Grayscale: #A4A4A4. Windows color (decimal): -4807313 or 7316918. OLE color: 7316918.

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

Color convert

RGB182165111-
CMYK00.090.390.29
HSL45.63º32.72%57.45%-
HSV(B)45.63º39.01%71.37%-
XYZ35.623820.5-
YUV163.9398.13140.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.74%
GREEN value IS 165 (64.84% from 255) = 36.03%
BLUE value IS 111 (43.75% from 255) = 24.24%
R=39.74%
G=36.03%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216511100.090.390.2945.6332.7257.45
HexB6A56F09271D2e2139
Octal2662451570114735564171
Binary101101101010010111011110100110011111101101110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A56F; }

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

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

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

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

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

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

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

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