#B6A564

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

Shades of Gimblet #B6A564

Tints of Gimblet #B6A564

Color information

#B6A564 (or 0xB6A564) is unknown color: approx Gimblet. HEX triplet: B6, A5 and 64. RGB value is (182,165,100). Sum of RGB (Red+Green+Blue) = 182+165+100=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A564 is #495A9B. Grayscale: #A2A2A2. Windows color (decimal): -4807324 or 6596022. OLE color: 6596022.

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

Color convert

RGB182165100-
CMYK00.090.450.29
HSL47.56º35.96%55.29%-
HSV(B)47.56º45.05%71.37%-
XYZ35.0537.7817.5-
YUV162.6792.63141.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.72%
GREEN value IS 165 (64.84% from 255) = 36.91%
BLUE value IS 100 (39.45% from 255) = 22.37%
R=40.72%
G=36.91%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216510000.090.450.2947.5635.9655.29
HexB6A564092D1D302437
Octal2662451440115535604467
Binary101101101010010111001000100110110111101110000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A564; }

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

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

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

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

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

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

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

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