Shades of Gimblet #B1AC6C
Tints of Gimblet #B1AC6C
RGB
CMYK
RGB Variations
Color information
#B1AC6C (or 0xB1AC6C) is known color: Gimblet. HEX triplet: B1, AC and 6C. RGB value is (177,172,108). Sum of RGB (Red+Green+Blue) = 177+172+108=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AC6C is #4E5393. Grayscale: #A6A6A6. Windows color (decimal): -5133204 or 7122097. OLE color: 7122097.
HSL color Cylindrical-coordinate representation of color #B1AC6C: hue angle of 55.65º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1AC6C is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 172 | 108 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.31 |
| HSL | 55.65º | 0.31% | 0.56% | - |
| HSV(B) | 55.65º | 0.39% | 0.69% | - |
| XYZ | 35.59 | 39.93 | 20.02 | - |
| YUV | 166.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 108 | 0 | 0.03 | 0.39 | 0.31 | 55.65 | 0.31 | 0.56 |
| Hex | B1 | AC | 6C | 0 | 3 | 27 | 1F | 38 | 1F | 38 |
| Octal | 261 | 254 | 154 | 0 | 3 | 47 | 37 | 70 | 37 | 70 |
| Binary | 10110001 | 10101100 | 1101100 | 0 | 11 | 100111 | 11111 | 111000 | 11111 | 111000 |
Color Harmonies of #B1AC6C
Complementary color
Monochromatic Colors of #B1AC6C
Black with #B1AC6C
Text Example
Text Example
White with #B1AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AC6C; }
p { color: rgb(177,172,108); }
H1.HeaderClassName
{
color: #B1AC6C;
}
.AnyTagClassName
{
color: #B1AC6C;
}
</style>
background-color css
<style>
a { background-color: #B1AC6C; }
a { background-color: rgb(177,172,108); }
div.DivClassName
{
background-color: #B1AC6C;
}
.BgClassName
{
background-color: #B1AC6C;
}
</style>
border-color css
<style>
span { border-color: #B1AC6C; }
span { border-color: rgb(177,172,108); }
td.TdClassName
{
border-color: #B1AC6C;
}
.TagClassName
{
border-color: #B1AC6C;
}
</style>