#B1A664

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

Shades of Gimblet #B1A664

Tints of Gimblet #B1A664

Color information

#B1A664 (or 0xB1A664) is unknown color: approx Gimblet. HEX triplet: B1, A6 and 64. RGB value is (177,166,100). Sum of RGB (Red+Green+Blue) = 177+166+100=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A664 is #4E599B. Grayscale: #A2A2A2. Windows color (decimal): -5134748 or 6596273. OLE color: 6596273.

HSL color Cylindrical-coordinate representation of color #B1A664: hue angle of 51.43º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1A664 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB177166100-
CMYK00.060.440.31
HSL51.43º33.05%54.31%-
HSV(B)51.43º43.5%69.41%-
XYZ34.0737.5417.51-
YUV161.7693.14138.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 166 (65.23% from 255) = 37.47%
BLUE value IS 100 (39.45% from 255) = 22.57%
R=39.95%
G=37.47%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716610000.060.440.3151.4333.0554.31
HexB1A664062C1F332136
Octal261246144065437634166
Binary10110001101001101100100011010110011111110011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A664; }

 p { color: rgb(177,166,100); }

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

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

 a { background-color: rgb(177,166,100); }

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

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

 span { border-color: rgb(177,166,100); }

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