Shades of Gimblet #BFAF59
Tints of Gimblet #BFAF59
RGB
CMYK
RGB Variations
Color information
#BFAF59 (or 0xBFAF59) is known color: Gimblet. HEX triplet: BF, AF and 59. RGB value is (191,175,89). Sum of RGB (Red+Green+Blue) = 191+175+89=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF59 is #4050A6. Grayscale: #AAAAAA. Windows color (decimal): -4214951 or 5877695. OLE color: 5877695.
HSL color Cylindrical-coordinate representation of color #BFAF59: hue angle of 50.59º 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 #BFAF59 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 175 | 89 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.25 |
| HSL | 50.59º | 0.44% | 0.55% | - |
| HSV(B) | 50.59º | 0.53% | 0.75% | - |
| XYZ | 38.62 | 42.46 | 15.61 | - |
| YUV | 169.98 | 82.3 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 89 | 0 | 0.08 | 0.53 | 0.25 | 50.59 | 0.44 | 0.55 |
| Hex | BF | AF | 59 | 0 | 8 | 35 | 19 | 33 | 2C | 37 |
| Octal | 277 | 257 | 131 | 0 | 10 | 65 | 31 | 63 | 54 | 67 |
| Binary | 10111111 | 10101111 | 1011001 | 0 | 1000 | 110101 | 11001 | 110011 | 101100 | 110111 |
Color Harmonies of #BFAF59
Complementary color
Monochromatic Colors of #BFAF59
Black with #BFAF59
Text Example
Text Example
White with #BFAF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAF59; }
p { color: rgb(191,175,89); }
H1.HeaderClassName
{
color: #BFAF59;
}
.AnyTagClassName
{
color: #BFAF59;
}
</style>
background-color css
<style>
a { background-color: #BFAF59; }
a { background-color: rgb(191,175,89); }
div.DivClassName
{
background-color: #BFAF59;
}
.BgClassName
{
background-color: #BFAF59;
}
</style>
border-color css
<style>
span { border-color: #BFAF59; }
span { border-color: rgb(191,175,89); }
td.TdClassName
{
border-color: #BFAF59;
}
.TagClassName
{
border-color: #BFAF59;
}
</style>