#B9A35D

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

Shades of Gimblet #B9A35D

Tints of Gimblet #B9A35D

Color information

#B9A35D (or 0xB9A35D) is unknown color: approx Gimblet. HEX triplet: B9, A3 and 5D. RGB value is (185,163,93). Sum of RGB (Red+Green+Blue) = 185+163+93=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A35D is #465CA2. Grayscale: #A1A1A1. Windows color (decimal): -4611235 or 6136761. OLE color: 6136761.

HSL color Cylindrical-coordinate representation of color #B9A35D: hue angle of 45.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9A35D is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18516393-
CMYK00.120.500.27
HSL45.65º39.66%54.51%-
HSV(B)45.65º49.73%72.55%-
XYZ35.0837.315.71-
YUV161.689.29144.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 163 (64.06% from 255) = 36.96%
BLUE value IS 93 (36.72% from 255) = 21.09%
R=41.95%
G=36.96%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851639300.120.500.2745.6539.6654.51
HexB9A35D0C321B2e2837
Octal2712431350146233565067
Binary101110011010001110111010110011001011011101110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A35D; }

 p { color: rgb(185,163,93); }

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

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

 a { background-color: rgb(185,163,93); }

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

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

 span { border-color: rgb(185,163,93); }

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