Shades of Gimblet #B7AF63
Tints of Gimblet #B7AF63
RGB
CMYK
RGB Variations
Color information
#B7AF63 (or 0xB7AF63) is known color: Gimblet. HEX triplet: B7, AF and 63. RGB value is (183,175,99). Sum of RGB (Red+Green+Blue) = 183+175+99=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF63 is #48509C. Grayscale: #A9A9A9. Windows color (decimal): -4739229 or 6533047. OLE color: 6533047.
HSL color Cylindrical-coordinate representation of color #B7AF63: hue angle of 54.29º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B7AF63 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 175 | 99 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.28 |
| HSL | 54.29º | 0.37% | 0.55% | - |
| HSV(B) | 54.29º | 0.46% | 0.72% | - |
| XYZ | 37.11 | 41.63 | 17.88 | - |
| YUV | 168.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 99 | 0 | 0.04 | 0.46 | 0.28 | 54.29 | 0.37 | 0.55 |
| Hex | B7 | AF | 63 | 0 | 4 | 2E | 1C | 36 | 25 | 37 |
| Octal | 267 | 257 | 143 | 0 | 4 | 56 | 34 | 66 | 45 | 67 |
| Binary | 10110111 | 10101111 | 1100011 | 0 | 100 | 101110 | 11100 | 110110 | 100101 | 110111 |
Color Harmonies of #B7AF63
Complementary color
Monochromatic Colors of #B7AF63
Black with #B7AF63
Text Example
Text Example
White with #B7AF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AF63; }
p { color: rgb(183,175,99); }
H1.HeaderClassName
{
color: #B7AF63;
}
.AnyTagClassName
{
color: #B7AF63;
}
</style>
background-color css
<style>
a { background-color: #B7AF63; }
a { background-color: rgb(183,175,99); }
div.DivClassName
{
background-color: #B7AF63;
}
.BgClassName
{
background-color: #B7AF63;
}
</style>
border-color css
<style>
span { border-color: #B7AF63; }
span { border-color: rgb(183,175,99); }
td.TdClassName
{
border-color: #B7AF63;
}
.TagClassName
{
border-color: #B7AF63;
}
</style>