Shades of Gimblet #BFB357
Tints of Gimblet #BFB357
RGB
CMYK
RGB Variations
Color information
#BFB357 (or 0xBFB357) is known color: Gimblet. HEX triplet: BF, B3 and 57. RGB value is (191,179,87). Sum of RGB (Red+Green+Blue) = 191+179+87=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB357 is #404CA8. Grayscale: #ACACAC. Windows color (decimal): -4213929 or 5747647. OLE color: 5747647.
HSL color Cylindrical-coordinate representation of color #BFB357: hue angle of 53.08º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFB357 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 87 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.25 |
| HSL | 53.08º | 0.45% | 0.55% | - |
| HSV(B) | 53.08º | 0.54% | 0.75% | - |
| XYZ | 39.33 | 44 | 15.44 | - |
| YUV | 172.1 | 79.98 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 87 | 0 | 0.06 | 0.54 | 0.25 | 53.08 | 0.45 | 0.55 |
| Hex | BF | B3 | 57 | 0 | 6 | 36 | 19 | 35 | 2D | 37 |
| Octal | 277 | 263 | 127 | 0 | 6 | 66 | 31 | 65 | 55 | 67 |
| Binary | 10111111 | 10110011 | 1010111 | 0 | 110 | 110110 | 11001 | 110101 | 101101 | 110111 |
Color Harmonies of #BFB357
Complementary color
Monochromatic Colors of #BFB357
Black with #BFB357
Text Example
Text Example
White with #BFB357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB357; }
p { color: rgb(191,179,87); }
H1.HeaderClassName
{
color: #BFB357;
}
.AnyTagClassName
{
color: #BFB357;
}
</style>
background-color css
<style>
a { background-color: #BFB357; }
a { background-color: rgb(191,179,87); }
div.DivClassName
{
background-color: #BFB357;
}
.BgClassName
{
background-color: #BFB357;
}
</style>
border-color css
<style>
span { border-color: #BFB357; }
span { border-color: rgb(191,179,87); }
td.TdClassName
{
border-color: #BFB357;
}
.TagClassName
{
border-color: #BFB357;
}
</style>