#B6A95D

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

Shades of Gimblet #B6A95D

Tints of Gimblet #B6A95D

Color information

#B6A95D (or 0xB6A95D) is unknown color: approx Gimblet. HEX triplet: B6, A9 and 5D. RGB value is (182,169,93). Sum of RGB (Red+Green+Blue) = 182+169+93=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A95D is #4956A2. Grayscale: #A4A4A4. Windows color (decimal): -4806307 or 6138294. OLE color: 6138294.

HSL color Cylindrical-coordinate representation of color #B6A95D: hue angle of 51.24º 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 #B6A95D is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18216993-
CMYK00.070.490.29
HSL51.24º37.87%53.92%-
HSV(B)51.24º48.9%71.37%-
XYZ35.4639.1116.04-
YUV164.2287.81140.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 169 (66.41% from 255) = 38.06%
BLUE value IS 93 (36.72% from 255) = 20.95%
R=40.99%
G=38.06%
B=20.95%

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
Decimal1821699300.070.490.2951.2437.8753.92
HexB6A95D07311D332636
Octal266251135076135634666
Binary10110110101010011011101011111000111101110011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A95D; }

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

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

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

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

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

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

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

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