#B1A665

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

Shades of Gimblet #B1A665

Tints of Gimblet #B1A665

Color information

#B1A665 (or 0xB1A665) is unknown color: approx Gimblet. HEX triplet: B1, A6 and 65. RGB value is (177,166,101). Sum of RGB (Red+Green+Blue) = 177+166+101=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A665 is #4E599A. Grayscale: #A2A2A2. Windows color (decimal): -5134747 or 6661809. OLE color: 6661809.

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

Color convert

RGB177166101-
CMYK00.060.430.31
HSL51.32º32.76%54.51%-
HSV(B)51.32º42.94%69.41%-
XYZ34.1237.5617.76-
YUV161.8893.64138.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 166 (65.23% from 255) = 37.39%
BLUE value IS 101 (39.84% from 255) = 22.75%
R=39.86%
G=37.39%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716610100.060.430.3151.3232.7654.51
HexB1A665062B1F332137
Octal261246145065337634167
Binary10110001101001101100101011010101111111110011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A665; }

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

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

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

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

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

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

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

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