Shades of Gimblet #BFAD59
Tints of Gimblet #BFAD59
RGB
CMYK
RGB Variations
Color information
#BFAD59 (or 0xBFAD59) is known color: Gimblet. HEX triplet: BF, AD and 59. RGB value is (191,173,89). Sum of RGB (Red+Green+Blue) = 191+173+89=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 89 (35.16% from 255 or 19.65% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAD59 is #4052A6. Grayscale: #A9A9A9. Windows color (decimal): -4215463 or 5877183. OLE color: 5877183.
HSL color Cylindrical-coordinate representation of color #BFAD59: hue angle of 49.41º 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 #BFAD59 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 89 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.25 |
| HSL | 49.41º | 0.44% | 0.55% | - |
| HSV(B) | 49.41º | 0.53% | 0.75% | - |
| XYZ | 38.23 | 41.68 | 15.48 | - |
| YUV | 168.81 | 82.96 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 89 | 0 | 0.09 | 0.53 | 0.25 | 49.41 | 0.44 | 0.55 |
| Hex | BF | AD | 59 | 0 | 9 | 35 | 19 | 31 | 2C | 37 |
| Octal | 277 | 255 | 131 | 0 | 11 | 65 | 31 | 61 | 54 | 67 |
| Binary | 10111111 | 10101101 | 1011001 | 0 | 1001 | 110101 | 11001 | 110001 | 101100 | 110111 |
Color Harmonies of #BFAD59
Complementary color
Monochromatic Colors of #BFAD59
Black with #BFAD59
Text Example
Text Example
White with #BFAD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD59; }
p { color: rgb(191,173,89); }
H1.HeaderClassName
{
color: #BFAD59;
}
.AnyTagClassName
{
color: #BFAD59;
}
</style>
background-color css
<style>
a { background-color: #BFAD59; }
a { background-color: rgb(191,173,89); }
div.DivClassName
{
background-color: #BFAD59;
}
.BgClassName
{
background-color: #BFAD59;
}
</style>
border-color css
<style>
span { border-color: #BFAD59; }
span { border-color: rgb(191,173,89); }
td.TdClassName
{
border-color: #BFAD59;
}
.TagClassName
{
border-color: #BFAD59;
}
</style>