#B1A966

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

Shades of Gimblet #B1A966

Tints of Gimblet #B1A966

Color information

#B1A966 (or 0xB1A966) is unknown color: approx Gimblet. HEX triplet: B1, A9 and 66. RGB value is (177,169,102). Sum of RGB (Red+Green+Blue) = 177+169+102=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A966 is #4E5699. Grayscale: #A4A4A4. Windows color (decimal): -5133978 or 6728113. OLE color: 6728113.

HSL color Cylindrical-coordinate representation of color #B1A966: hue angle of 53.6º 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 #B1A966 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB177169102-
CMYK00.050.420.31
HSL53.6º32.47%54.71%-
HSV(B)53.6º42.37%69.41%-
XYZ34.7238.6818.21-
YUV163.7593.15137.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.51%
GREEN value IS 169 (66.41% from 255) = 37.72%
BLUE value IS 102 (40.23% from 255) = 22.77%
R=39.51%
G=37.72%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716910200.050.420.3153.632.4754.71
HexB1A966052A1F362037
Octal261251146055237664067
Binary10110001101010011100110010110101011111110110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A966; }

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

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

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

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

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

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

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

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