Shades of Gimblet #BFB256
Tints of Gimblet #BFB256
RGB
CMYK
RGB Variations
Color information
#BFB256 (or 0xBFB256) is known color: Gimblet. HEX triplet: BF, B2 and 56. RGB value is (191,178,86). Sum of RGB (Red+Green+Blue) = 191+178+86=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB256 is #404DA9. Grayscale: #ABABAB. Windows color (decimal): -4214186 or 5681855. OLE color: 5681855.
HSL color Cylindrical-coordinate representation of color #BFB256: hue angle of 52.57º 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 #BFB256 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 86 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.25 |
| HSL | 52.57º | 0.45% | 0.54% | - |
| HSV(B) | 52.57º | 0.55% | 0.75% | - |
| XYZ | 39.09 | 43.59 | 15.16 | - |
| YUV | 171.4 | 79.81 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 86 | 0 | 0.07 | 0.55 | 0.25 | 52.57 | 0.45 | 0.54 |
| Hex | BF | B2 | 56 | 0 | 7 | 37 | 19 | 35 | 2D | 36 |
| Octal | 277 | 262 | 126 | 0 | 7 | 67 | 31 | 65 | 55 | 66 |
| Binary | 10111111 | 10110010 | 1010110 | 0 | 111 | 110111 | 11001 | 110101 | 101101 | 110110 |
Color Harmonies of #BFB256
Complementary color
Monochromatic Colors of #BFB256
Black with #BFB256
Text Example
Text Example
White with #BFB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB256; }
p { color: rgb(191,178,86); }
H1.HeaderClassName
{
color: #BFB256;
}
.AnyTagClassName
{
color: #BFB256;
}
</style>
background-color css
<style>
a { background-color: #BFB256; }
a { background-color: rgb(191,178,86); }
div.DivClassName
{
background-color: #BFB256;
}
.BgClassName
{
background-color: #BFB256;
}
</style>
border-color css
<style>
span { border-color: #BFB256; }
span { border-color: rgb(191,178,86); }
td.TdClassName
{
border-color: #BFB256;
}
.TagClassName
{
border-color: #BFB256;
}
</style>