Shades of Gimblet #B7A86F
Tints of Gimblet #B7A86F
RGB
CMYK
RGB Variations
Color information
#B7A86F (or 0xB7A86F) is known color: Gimblet. HEX triplet: B7, A8 and 6F. RGB value is (183,168,111). Sum of RGB (Red+Green+Blue) = 183+168+111=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A86F is #485790. Grayscale: #A6A6A6. Windows color (decimal): -4741009 or 7317687. OLE color: 7317687.
HSL color Cylindrical-coordinate representation of color #B7A86F: hue angle of 47.5º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7A86F is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 111 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.28 |
| HSL | 47.5º | 0.33% | 0.58% | - |
| HSV(B) | 47.5º | 0.39% | 0.72% | - |
| XYZ | 36.4 | 39.22 | 20.69 | - |
| YUV | 165.99 | 96.97 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 111 | 0 | 0.08 | 0.39 | 0.28 | 47.5 | 0.33 | 0.58 |
| Hex | B7 | A8 | 6F | 0 | 8 | 27 | 1C | 30 | 21 | 3A |
| Octal | 267 | 250 | 157 | 0 | 10 | 47 | 34 | 60 | 41 | 72 |
| Binary | 10110111 | 10101000 | 1101111 | 0 | 1000 | 100111 | 11100 | 110000 | 100001 | 111010 |
Color Harmonies of #B7A86F
Complementary color
Monochromatic Colors of #B7A86F
Black with #B7A86F
Text Example
Text Example
White with #B7A86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A86F; }
p { color: rgb(183,168,111); }
H1.HeaderClassName
{
color: #B7A86F;
}
.AnyTagClassName
{
color: #B7A86F;
}
</style>
background-color css
<style>
a { background-color: #B7A86F; }
a { background-color: rgb(183,168,111); }
div.DivClassName
{
background-color: #B7A86F;
}
.BgClassName
{
background-color: #B7A86F;
}
</style>
border-color css
<style>
span { border-color: #B7A86F; }
span { border-color: rgb(183,168,111); }
td.TdClassName
{
border-color: #B7A86F;
}
.TagClassName
{
border-color: #B7A86F;
}
</style>