Shades of Gimblet #BFAE59
Tints of Gimblet #BFAE59
RGB
CMYK
RGB Variations
Color information
#BFAE59 (or 0xBFAE59) is known color: Gimblet. HEX triplet: BF, AE and 59. RGB value is (191,174,89). Sum of RGB (Red+Green+Blue) = 191+174+89=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE59 is #4051A6. Grayscale: #A9A9A9. Windows color (decimal): -4215207 or 5877439. OLE color: 5877439.
HSL color Cylindrical-coordinate representation of color #BFAE59: hue angle of 50º 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 #BFAE59 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 174 | 89 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.25 |
| HSL | 50º | 0.44% | 0.55% | - |
| HSV(B) | 50º | 0.53% | 0.75% | - |
| XYZ | 38.43 | 42.07 | 15.55 | - |
| YUV | 169.39 | 82.63 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 89 | 0 | 0.09 | 0.53 | 0.25 | 50 | 0.44 | 0.55 |
| Hex | BF | AE | 59 | 0 | 9 | 35 | 19 | 32 | 2C | 37 |
| Octal | 277 | 256 | 131 | 0 | 11 | 65 | 31 | 62 | 54 | 67 |
| Binary | 10111111 | 10101110 | 1011001 | 0 | 1001 | 110101 | 11001 | 110010 | 101100 | 110111 |
Color Harmonies of #BFAE59
Complementary color
Monochromatic Colors of #BFAE59
Black with #BFAE59
Text Example
Text Example
White with #BFAE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAE59; }
p { color: rgb(191,174,89); }
H1.HeaderClassName
{
color: #BFAE59;
}
.AnyTagClassName
{
color: #BFAE59;
}
</style>
background-color css
<style>
a { background-color: #BFAE59; }
a { background-color: rgb(191,174,89); }
div.DivClassName
{
background-color: #BFAE59;
}
.BgClassName
{
background-color: #BFAE59;
}
</style>
border-color css
<style>
span { border-color: #BFAE59; }
span { border-color: rgb(191,174,89); }
td.TdClassName
{
border-color: #BFAE59;
}
.TagClassName
{
border-color: #BFAE59;
}
</style>