Shades of Gimblet #B8AF62
Tints of Gimblet #B8AF62
RGB
CMYK
RGB Variations
Color information
#B8AF62 (or 0xB8AF62) is known color: Gimblet. HEX triplet: B8, AF and 62. RGB value is (184,175,98). Sum of RGB (Red+Green+Blue) = 184+175+98=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AF62 is #47509D. Grayscale: #A9A9A9. Windows color (decimal): -4673694 or 6467512. OLE color: 6467512.
HSL color Cylindrical-coordinate representation of color #B8AF62: hue angle of 53.72º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8AF62 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 98 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.28 |
| HSL | 53.72º | 0.38% | 0.55% | - |
| HSV(B) | 53.72º | 0.47% | 0.72% | - |
| XYZ | 37.3 | 41.73 | 17.64 | - |
| YUV | 168.91 | 87.98 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 98 | 0 | 0.05 | 0.47 | 0.28 | 53.72 | 0.38 | 0.55 |
| Hex | B8 | AF | 62 | 0 | 5 | 2F | 1C | 36 | 26 | 37 |
| Octal | 270 | 257 | 142 | 0 | 5 | 57 | 34 | 66 | 46 | 67 |
| Binary | 10111000 | 10101111 | 1100010 | 0 | 101 | 101111 | 11100 | 110110 | 100110 | 110111 |
Color Harmonies of #B8AF62
Complementary color
Monochromatic Colors of #B8AF62
Black with #B8AF62
Text Example
Text Example
White with #B8AF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF62; }
p { color: rgb(184,175,98); }
H1.HeaderClassName
{
color: #B8AF62;
}
.AnyTagClassName
{
color: #B8AF62;
}
</style>
background-color css
<style>
a { background-color: #B8AF62; }
a { background-color: rgb(184,175,98); }
div.DivClassName
{
background-color: #B8AF62;
}
.BgClassName
{
background-color: #B8AF62;
}
</style>
border-color css
<style>
span { border-color: #B8AF62; }
span { border-color: rgb(184,175,98); }
td.TdClassName
{
border-color: #B8AF62;
}
.TagClassName
{
border-color: #B8AF62;
}
</style>