#B6AA5D

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

Shades of Gimblet #B6AA5D

Tints of Gimblet #B6AA5D

Color information

#B6AA5D (or 0xB6AA5D) is unknown color: approx Gimblet. HEX triplet: B6, AA and 5D. RGB value is (182,170,93). Sum of RGB (Red+Green+Blue) = 182+170+93=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AA5D is #4955A2. Grayscale: #A5A5A5. Windows color (decimal): -4806051 or 6138550. OLE color: 6138550.

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

Color convert

RGB18217093-
CMYK00.070.490.29
HSL51.91º37.87%53.92%-
HSV(B)51.91º48.9%71.37%-
XYZ35.6439.4816.1-
YUV164.8187.48140.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.90%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 93 (36.72% from 255) = 20.90%
R=40.90%
G=38.20%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821709300.070.490.2951.9137.8753.92
HexB6AA5D07311D342636
Octal266252135076135644666
Binary10110110101010101011101011111000111101110100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AA5D; }

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

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

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

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

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

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

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

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