Shades of Gimblet #BFAB5E
Tints of Gimblet #BFAB5E
RGB
CMYK
RGB Variations
Color information
#BFAB5E (or 0xBFAB5E) is known color: Gimblet. HEX triplet: BF, AB and 5E. RGB value is (191,171,94). Sum of RGB (Red+Green+Blue) = 191+171+94=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB5E is #4054A1. Grayscale: #A8A8A8. Windows color (decimal): -4215970 or 6204351. OLE color: 6204351.
HSL color Cylindrical-coordinate representation of color #BFAB5E: hue angle of 47.63º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFAB5E is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 94 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.25 |
| HSL | 47.63º | 0.43% | 0.56% | - |
| HSV(B) | 47.63º | 0.51% | 0.75% | - |
| XYZ | 38.07 | 41.01 | 16.5 | - |
| YUV | 168.2 | 86.13 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 94 | 0 | 0.10 | 0.51 | 0.25 | 47.63 | 0.43 | 0.56 |
| Hex | BF | AB | 5E | 0 | A | 33 | 19 | 30 | 2B | 38 |
| Octal | 277 | 253 | 136 | 0 | 12 | 63 | 31 | 60 | 53 | 70 |
| Binary | 10111111 | 10101011 | 1011110 | 0 | 1010 | 110011 | 11001 | 110000 | 101011 | 111000 |
Color Harmonies of #BFAB5E
Complementary color
Monochromatic Colors of #BFAB5E
Black with #BFAB5E
Text Example
Text Example
White with #BFAB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB5E; }
p { color: rgb(191,171,94); }
H1.HeaderClassName
{
color: #BFAB5E;
}
.AnyTagClassName
{
color: #BFAB5E;
}
</style>
background-color css
<style>
a { background-color: #BFAB5E; }
a { background-color: rgb(191,171,94); }
div.DivClassName
{
background-color: #BFAB5E;
}
.BgClassName
{
background-color: #BFAB5E;
}
</style>
border-color css
<style>
span { border-color: #BFAB5E; }
span { border-color: rgb(191,171,94); }
td.TdClassName
{
border-color: #BFAB5E;
}
.TagClassName
{
border-color: #BFAB5E;
}
</style>