#B1A65B

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

Shades of Gimblet #B1A65B

Tints of Gimblet #B1A65B

Color information

#B1A65B (or 0xB1A65B) is unknown color: approx Gimblet. HEX triplet: B1, A6 and 5B. RGB value is (177,166,91). Sum of RGB (Red+Green+Blue) = 177+166+91=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A65B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A65B is #4E59A4. Grayscale: #A1A1A1. Windows color (decimal): -5134757 or 6006449. OLE color: 6006449.

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

Color convert

RGB17716691-
CMYK00.060.490.31
HSL52.33º35.54%52.55%-
HSV(B)52.33º48.59%69.41%-
XYZ33.6637.3715.34-
YUV160.7488.64139.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.78%
GREEN value IS 166 (65.23% from 255) = 38.25%
BLUE value IS 91 (35.94% from 255) = 20.97%
R=40.78%
G=38.25%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771669100.060.490.3152.3335.5452.55
HexB1A65B06311F342435
Octal261246133066137644465
Binary10110001101001101011011011011000111111110100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A65B; }

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

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

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

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

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

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

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

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