#b6a25d

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

Shades of Gimblet #B6A25D

Tints of Gimblet #B6A25D

Color information

#B6A25D (or 0xB6A25D) is unknown color: approx Gimblet. HEX triplet: B6, A2 and 5D. RGB value is (182,162,93). Sum of RGB (Red+Green+Blue) = 182+162+93=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A25D is #495DA2. Grayscale: #A0A0A0. Windows color (decimal): -4808099 or 6136502. OLE color: 6136502.

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

Color convert

RGB18216293-
CMYK00.110.490.29
HSL46.52º37.87%53.92%-
HSV(B)46.52º48.9%71.37%-
XYZ34.1936.5815.61-
YUV160.1190.13143.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.65%
GREEN value IS 162 (63.67% from 255) = 37.07%
BLUE value IS 93 (36.72% from 255) = 21.28%
R=41.65%
G=37.07%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821629300.110.490.2946.5237.8753.92
HexB6A25D0B311D2f2636
Octal2662421350136135574666
Binary101101101010001010111010101111000111101101111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6a25d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6a25d; }

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

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

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

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

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

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

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

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