#B1AC65

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

Shades of Gimblet #B1AC65

Tints of Gimblet #B1AC65

Color information

#B1AC65 (or 0xB1AC65) is unknown color: approx Gimblet. HEX triplet: B1, AC and 65. RGB value is (177,172,101). Sum of RGB (Red+Green+Blue) = 177+172+101=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AC65 is #4E539A. Grayscale: #A5A5A5. Windows color (decimal): -5133211 or 6663345. OLE color: 6663345.

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

Color convert

RGB177172101-
CMYK00.030.430.31
HSL56.05º32.76%54.51%-
HSV(B)56.05º42.94%69.41%-
XYZ35.2339.7918.14-
YUV165.491.66136.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.33%
GREEN value IS 172 (67.58% from 255) = 38.22%
BLUE value IS 101 (39.84% from 255) = 22.44%
R=39.33%
G=38.22%
B=22.44%

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
Decimal17717210100.030.430.3156.0532.7654.51
HexB1AC65032B1F382137
Octal261254145035337704167
Binary1011000110101100110010101110101111111111000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AC65; }

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

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

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

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

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

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

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

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