#B1AB64

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

Shades of Gimblet #B1AB64

Tints of Gimblet #B1AB64

Color information

#B1AB64 (or 0xB1AB64) is unknown color: approx Gimblet. HEX triplet: B1, AB and 64. RGB value is (177,171,100). Sum of RGB (Red+Green+Blue) = 177+171+100=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AB64 is #4E549B. Grayscale: #A4A4A4. Windows color (decimal): -5133468 or 6597553. OLE color: 6597553.

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

Color convert

RGB177171100-
CMYK00.030.440.31
HSL55.32º33.05%54.31%-
HSV(B)55.32º43.5%69.41%-
XYZ34.9939.3917.82-
YUV164.791.49136.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.51%
GREEN value IS 171 (67.19% from 255) = 38.17%
BLUE value IS 100 (39.45% from 255) = 22.32%
R=39.51%
G=38.17%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717110000.030.440.3155.3233.0554.31
HexB1AB64032C1F372136
Octal261253144035437674166
Binary1011000110101011110010001110110011111110111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB64; }

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

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

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

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

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

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

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

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