#B2AA65

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

Shades of Gimblet #B2AA65

Tints of Gimblet #B2AA65

Color information

#B2AA65 (or 0xB2AA65) is unknown color: approx Gimblet. HEX triplet: B2, AA and 65. RGB value is (178,170,101). Sum of RGB (Red+Green+Blue) = 178+170+101=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA65 is #4D559A. Grayscale: #A4A4A4. Windows color (decimal): -5068187 or 6662834. OLE color: 6662834.

HSL color Cylindrical-coordinate representation of color #B2AA65: hue angle of 53.77º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2AA65 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB178170101-
CMYK00.040.430.30
HSL53.77º33.33%54.71%-
HSV(B)53.77º43.26%69.8%-
XYZ35.0839.1518.02-
YUV164.5392.15137.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.64%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 101 (39.84% from 255) = 22.49%
R=39.64%
G=37.86%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817010100.040.430.3053.7733.3354.71
HexB2AA65042B1E362137
Octal262252145045336664167
Binary10110010101010101100101010010101111110110110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AA65; }

 p { color: rgb(178,170,101); }

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

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

 a { background-color: rgb(178,170,101); }

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

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

 span { border-color: rgb(178,170,101); }

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