#B2A459

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

Shades of Gimblet #B2A459

Tints of Gimblet #B2A459

Color information

#B2A459 (or 0xB2A459) is unknown color: approx Gimblet. HEX triplet: B2, A4 and 59. RGB value is (178,164,89). Sum of RGB (Red+Green+Blue) = 178+164+89=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A459 is #4D5BA6. Grayscale: #9F9F9F. Windows color (decimal): -5069735 or 5874866. OLE color: 5874866.

HSL color Cylindrical-coordinate representation of color #B2A459: hue angle of 50.56º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2A459 is Cyan = 0, Magento = 0.08, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB17816489-
CMYK00.080.50.30
HSL50.56º36.63%52.35%-
HSV(B)50.56º50%69.8%-
XYZ33.4436.7414.78-
YUV159.6488.14141.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 164 (64.45% from 255) = 38.05%
BLUE value IS 89 (35.16% from 255) = 20.65%
R=41.30%
G=38.05%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781648900.080.50.3050.5636.6352.35
HexB2A45908321E332534
Octal2622441310106236634564
Binary101100101010010010110010100011001011110110011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A459; }

 p { color: rgb(178,164,89); }

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

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

 a { background-color: rgb(178,164,89); }

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

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

 span { border-color: rgb(178,164,89); }

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