#B1AA66

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

Shades of Gimblet #B1AA66

Tints of Gimblet #B1AA66

Color information

#B1AA66 (or 0xB1AA66) is unknown color: approx Gimblet. HEX triplet: B1, AA and 66. RGB value is (177,170,102). Sum of RGB (Red+Green+Blue) = 177+170+102=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AA66 is #4E5599. Grayscale: #A4A4A4. Windows color (decimal): -5133722 or 6728369. OLE color: 6728369.

HSL color Cylindrical-coordinate representation of color #B1AA66: hue angle of 54.4º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1AA66 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB177170102-
CMYK00.040.420.31
HSL54.4º32.47%54.71%-
HSV(B)54.4º42.37%69.41%-
XYZ34.939.0618.27-
YUV164.3492.82137.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=39.42%
G=37.86%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717010200.040.420.3154.432.4754.71
HexB1AA66042A1F362037
Octal261252146045237664067
Binary10110001101010101100110010010101011111110110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA66; }

 p { color: rgb(177,170,102); }

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

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

 a { background-color: rgb(177,170,102); }

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

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

 span { border-color: rgb(177,170,102); }

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