Shades of Gimblet #BFAB62
Tints of Gimblet #BFAB62
RGB
CMYK
RGB Variations
Color information
#BFAB62 (or 0xBFAB62) is known color: Gimblet. HEX triplet: BF, AB and 62. RGB value is (191,171,98). Sum of RGB (Red+Green+Blue) = 191+171+98=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB62 is #40549D. Grayscale: #A8A8A8. Windows color (decimal): -4215966 or 6466495. OLE color: 6466495.
HSL color Cylindrical-coordinate representation of color #BFAB62: hue angle of 47.1º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFAB62 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 98 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.25 |
| HSL | 47.1º | 0.42% | 0.57% | - |
| HSV(B) | 47.1º | 0.49% | 0.75% | - |
| XYZ | 38.25 | 41.08 | 17.47 | - |
| YUV | 168.66 | 88.13 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 98 | 0 | 0.10 | 0.49 | 0.25 | 47.1 | 0.42 | 0.57 |
| Hex | BF | AB | 62 | 0 | A | 31 | 19 | 2F | 2A | 39 |
| Octal | 277 | 253 | 142 | 0 | 12 | 61 | 31 | 57 | 52 | 71 |
| Binary | 10111111 | 10101011 | 1100010 | 0 | 1010 | 110001 | 11001 | 101111 | 101010 | 111001 |
Color Harmonies of #BFAB62
Complementary color
Monochromatic Colors of #BFAB62
Black with #BFAB62
Text Example
Text Example
White with #BFAB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB62; }
p { color: rgb(191,171,98); }
H1.HeaderClassName
{
color: #BFAB62;
}
.AnyTagClassName
{
color: #BFAB62;
}
</style>
background-color css
<style>
a { background-color: #BFAB62; }
a { background-color: rgb(191,171,98); }
div.DivClassName
{
background-color: #BFAB62;
}
.BgClassName
{
background-color: #BFAB62;
}
</style>
border-color css
<style>
span { border-color: #BFAB62; }
span { border-color: rgb(191,171,98); }
td.TdClassName
{
border-color: #BFAB62;
}
.TagClassName
{
border-color: #BFAB62;
}
</style>