#B1AB65

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

Shades of Gimblet #B1AB65

Tints of Gimblet #B1AB65

Color information

#B1AB65 (or 0xB1AB65) is unknown color: approx Gimblet. HEX triplet: B1, AB and 65. RGB value is (177,171,101). Sum of RGB (Red+Green+Blue) = 177+171+101=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AB65 is #4E549A. Grayscale: #A5A5A5. Windows color (decimal): -5133467 or 6663089. OLE color: 6663089.

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

Color convert

RGB177171101-
CMYK00.030.430.31
HSL55.26º32.76%54.51%-
HSV(B)55.26º42.94%69.41%-
XYZ35.0439.4118.07-
YUV164.8191.99136.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 171 (67.19% from 255) = 38.08%
BLUE value IS 101 (39.84% from 255) = 22.49%
R=39.42%
G=38.08%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717110100.030.430.3155.2632.7654.51
HexB1AB65032B1F372137
Octal261253145035337674167
Binary1011000110101011110010101110101111111110111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB65; }

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

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

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

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

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

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

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

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