#B6A463

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

Shades of Gimblet #B6A463

Tints of Gimblet #B6A463

Color information

#B6A463 (or 0xB6A463) is unknown color: approx Gimblet. HEX triplet: B6, A4 and 63. RGB value is (182,164,99). Sum of RGB (Red+Green+Blue) = 182+164+99=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A463 is #495B9C. Grayscale: #A2A2A2. Windows color (decimal): -4807581 or 6530230. OLE color: 6530230.

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

Color convert

RGB18216499-
CMYK00.100.460.29
HSL46.99º36.24%55.1%-
HSV(B)46.99º45.6%71.37%-
XYZ34.8237.417.19-
YUV161.9792.46142.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.90%
GREEN value IS 164 (64.45% from 255) = 36.85%
BLUE value IS 99 (39.06% from 255) = 22.25%
R=40.90%
G=36.85%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821649900.100.460.2946.9936.2455.1
HexB6A4630A2E1D2f2437
Octal2662441430125635574467
Binary101101101010010011000110101010111011101101111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A463; }

 p { color: rgb(182,164,99); }

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

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

 a { background-color: rgb(182,164,99); }

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

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

 span { border-color: rgb(182,164,99); }

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