Shades of Gimblet #B1AC68
Tints of Gimblet #B1AC68
RGB
CMYK
RGB Variations
Color information
#B1AC68 (or 0xB1AC68) is known color: Gimblet. HEX triplet: B1, AC and 68. RGB value is (177,172,104). Sum of RGB (Red+Green+Blue) = 177+172+104=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AC68 is #4E5397. Grayscale: #A6A6A6. Windows color (decimal): -5133208 or 6859953. OLE color: 6859953.
HSL color Cylindrical-coordinate representation of color #B1AC68: hue angle of 55.89º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1AC68 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 172 | 104 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.31 |
| HSL | 55.89º | 0.32% | 0.55% | - |
| HSV(B) | 55.89º | 0.41% | 0.69% | - |
| XYZ | 35.38 | 39.85 | 18.92 | - |
| YUV | 165.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 104 | 0 | 0.03 | 0.41 | 0.31 | 55.89 | 0.32 | 0.55 |
| Hex | B1 | AC | 68 | 0 | 3 | 29 | 1F | 38 | 20 | 37 |
| Octal | 261 | 254 | 150 | 0 | 3 | 51 | 37 | 70 | 40 | 67 |
| Binary | 10110001 | 10101100 | 1101000 | 0 | 11 | 101001 | 11111 | 111000 | 100000 | 110111 |
Color Harmonies of #B1AC68
Complementary color
Monochromatic Colors of #B1AC68
Black with #B1AC68
Text Example
Text Example
White with #B1AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AC68; }
p { color: rgb(177,172,104); }
H1.HeaderClassName
{
color: #B1AC68;
}
.AnyTagClassName
{
color: #B1AC68;
}
</style>
background-color css
<style>
a { background-color: #B1AC68; }
a { background-color: rgb(177,172,104); }
div.DivClassName
{
background-color: #B1AC68;
}
.BgClassName
{
background-color: #B1AC68;
}
</style>
border-color css
<style>
span { border-color: #B1AC68; }
span { border-color: rgb(177,172,104); }
td.TdClassName
{
border-color: #B1AC68;
}
.TagClassName
{
border-color: #B1AC68;
}
</style>