Shades of Gimblet #B1AD68
Tints of Gimblet #B1AD68
RGB
CMYK
RGB Variations
Color information
#B1AD68 (or 0xB1AD68) is known color: Gimblet. HEX triplet: B1, AD and 68. RGB value is (177,173,104). Sum of RGB (Red+Green+Blue) = 177+173+104=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AD68 is #4E5297. Grayscale: #A6A6A6. Windows color (decimal): -5132952 or 6860209. OLE color: 6860209.
HSL color Cylindrical-coordinate representation of color #B1AD68: hue angle of 56.71º 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 #B1AD68 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 173 | 104 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.31 |
| HSL | 56.71º | 0.32% | 0.55% | - |
| HSV(B) | 56.71º | 0.41% | 0.69% | - |
| XYZ | 35.57 | 40.23 | 18.99 | - |
| YUV | 166.33 | 92.83 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 104 | 0 | 0.02 | 0.41 | 0.31 | 56.71 | 0.32 | 0.55 |
| Hex | B1 | AD | 68 | 0 | 2 | 29 | 1F | 39 | 20 | 37 |
| Octal | 261 | 255 | 150 | 0 | 2 | 51 | 37 | 71 | 40 | 67 |
| Binary | 10110001 | 10101101 | 1101000 | 0 | 10 | 101001 | 11111 | 111001 | 100000 | 110111 |
Color Harmonies of #B1AD68
Complementary color
Monochromatic Colors of #B1AD68
Black with #B1AD68
Text Example
Text Example
White with #B1AD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AD68; }
p { color: rgb(177,173,104); }
H1.HeaderClassName
{
color: #B1AD68;
}
.AnyTagClassName
{
color: #B1AD68;
}
</style>
background-color css
<style>
a { background-color: #B1AD68; }
a { background-color: rgb(177,173,104); }
div.DivClassName
{
background-color: #B1AD68;
}
.BgClassName
{
background-color: #B1AD68;
}
</style>
border-color css
<style>
span { border-color: #B1AD68; }
span { border-color: rgb(177,173,104); }
td.TdClassName
{
border-color: #B1AD68;
}
.TagClassName
{
border-color: #B1AD68;
}
</style>