Shades of Gimblet #BFAC59
Tints of Gimblet #BFAC59
RGB
CMYK
RGB Variations
Color information
#BFAC59 (or 0xBFAC59) is known color: Gimblet. HEX triplet: BF, AC and 59. RGB value is (191,172,89). Sum of RGB (Red+Green+Blue) = 191+172+89=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC59 is #4053A6. Grayscale: #A8A8A8. Windows color (decimal): -4215719 or 5876927. OLE color: 5876927.
HSL color Cylindrical-coordinate representation of color #BFAC59: hue angle of 48.82º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFAC59 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 89 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.25 |
| HSL | 48.82º | 0.44% | 0.55% | - |
| HSV(B) | 48.82º | 0.53% | 0.75% | - |
| XYZ | 38.04 | 41.3 | 15.42 | - |
| YUV | 168.22 | 83.29 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 89 | 0 | 0.10 | 0.53 | 0.25 | 48.82 | 0.44 | 0.55 |
| Hex | BF | AC | 59 | 0 | A | 35 | 19 | 31 | 2C | 37 |
| Octal | 277 | 254 | 131 | 0 | 12 | 65 | 31 | 61 | 54 | 67 |
| Binary | 10111111 | 10101100 | 1011001 | 0 | 1010 | 110101 | 11001 | 110001 | 101100 | 110111 |
Color Harmonies of #BFAC59
Complementary color
Monochromatic Colors of #BFAC59
Black with #BFAC59
Text Example
Text Example
White with #BFAC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC59; }
p { color: rgb(191,172,89); }
H1.HeaderClassName
{
color: #BFAC59;
}
.AnyTagClassName
{
color: #BFAC59;
}
</style>
background-color css
<style>
a { background-color: #BFAC59; }
a { background-color: rgb(191,172,89); }
div.DivClassName
{
background-color: #BFAC59;
}
.BgClassName
{
background-color: #BFAC59;
}
</style>
border-color css
<style>
span { border-color: #BFAC59; }
span { border-color: rgb(191,172,89); }
td.TdClassName
{
border-color: #BFAC59;
}
.TagClassName
{
border-color: #BFAC59;
}
</style>