Shades of Gimblet #BFB356
Tints of Gimblet #BFB356
RGB
CMYK
RGB Variations
Color information
#BFB356 (or 0xBFB356) is known color: Gimblet. HEX triplet: BF, B3 and 56. RGB value is (191,179,86). Sum of RGB (Red+Green+Blue) = 191+179+86=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB356 is #404CA9. Grayscale: #ACACAC. Windows color (decimal): -4213930 or 5682111. OLE color: 5682111.
HSL color Cylindrical-coordinate representation of color #BFB356: hue angle of 53.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFB356 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 86 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.25 |
| HSL | 53.14º | 0.45% | 0.54% | - |
| HSV(B) | 53.14º | 0.55% | 0.75% | - |
| XYZ | 39.29 | 43.99 | 15.22 | - |
| YUV | 171.99 | 79.48 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 86 | 0 | 0.06 | 0.55 | 0.25 | 53.14 | 0.45 | 0.54 |
| Hex | BF | B3 | 56 | 0 | 6 | 37 | 19 | 35 | 2D | 36 |
| Octal | 277 | 263 | 126 | 0 | 6 | 67 | 31 | 65 | 55 | 66 |
| Binary | 10111111 | 10110011 | 1010110 | 0 | 110 | 110111 | 11001 | 110101 | 101101 | 110110 |
Color Harmonies of #BFB356
Complementary color
Monochromatic Colors of #BFB356
Black with #BFB356
Text Example
Text Example
White with #BFB356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB356; }
p { color: rgb(191,179,86); }
H1.HeaderClassName
{
color: #BFB356;
}
.AnyTagClassName
{
color: #BFB356;
}
</style>
background-color css
<style>
a { background-color: #BFB356; }
a { background-color: rgb(191,179,86); }
div.DivClassName
{
background-color: #BFB356;
}
.BgClassName
{
background-color: #BFB356;
}
</style>
border-color css
<style>
span { border-color: #BFB356; }
span { border-color: rgb(191,179,86); }
td.TdClassName
{
border-color: #BFB356;
}
.TagClassName
{
border-color: #BFB356;
}
</style>