#B6AA5E

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

Shades of Gimblet #B6AA5E

Tints of Gimblet #B6AA5E

Color information

#B6AA5E (or 0xB6AA5E) is unknown color: approx Gimblet. HEX triplet: B6, AA and 5E. RGB value is (182,170,94). Sum of RGB (Red+Green+Blue) = 182+170+94=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AA5E is #4955A1. Grayscale: #A5A5A5. Windows color (decimal): -4806050 or 6204086. OLE color: 6204086.

HSL color Cylindrical-coordinate representation of color #B6AA5E: hue angle of 51.82º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B6AA5E is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18217094-
CMYK00.070.480.29
HSL51.82º37.61%54.12%-
HSV(B)51.82º48.35%71.37%-
XYZ35.6939.516.33-
YUV164.9287.98140.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.81%
GREEN value IS 170 (66.80% from 255) = 38.12%
BLUE value IS 94 (37.11% from 255) = 21.08%
R=40.81%
G=38.12%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821709400.070.480.2951.8237.6154.12
HexB6AA5E07301D342636
Octal266252136076035644666
Binary10110110101010101011110011111000011101110100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AA5E; }

 p { color: rgb(182,170,94); }

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

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

 a { background-color: rgb(182,170,94); }

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

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

 span { border-color: rgb(182,170,94); }

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