Shades of Gimblet #BFB063
Tints of Gimblet #BFB063
RGB
CMYK
RGB Variations
Color information
#BFB063 (or 0xBFB063) is known color: Gimblet. HEX triplet: BF, B0 and 63. RGB value is (191,176,99). Sum of RGB (Red+Green+Blue) = 191+176+99=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB063 is #404F9C. Grayscale: #ACACAC. Windows color (decimal): -4214685 or 6533311. OLE color: 6533311.
HSL color Cylindrical-coordinate representation of color #BFB063: hue angle of 50.22º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFB063 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 99 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.25 |
| HSL | 50.22º | 0.42% | 0.57% | - |
| HSV(B) | 50.22º | 0.48% | 0.75% | - |
| XYZ | 39.26 | 43.03 | 18.04 | - |
| YUV | 171.71 | 86.97 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 99 | 0 | 0.08 | 0.48 | 0.25 | 50.22 | 0.42 | 0.57 |
| Hex | BF | B0 | 63 | 0 | 8 | 30 | 19 | 32 | 2A | 39 |
| Octal | 277 | 260 | 143 | 0 | 10 | 60 | 31 | 62 | 52 | 71 |
| Binary | 10111111 | 10110000 | 1100011 | 0 | 1000 | 110000 | 11001 | 110010 | 101010 | 111001 |
Color Harmonies of #BFB063
Complementary color
Monochromatic Colors of #BFB063
Black with #BFB063
Text Example
Text Example
White with #BFB063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB063; }
p { color: rgb(191,176,99); }
H1.HeaderClassName
{
color: #BFB063;
}
.AnyTagClassName
{
color: #BFB063;
}
</style>
background-color css
<style>
a { background-color: #BFB063; }
a { background-color: rgb(191,176,99); }
div.DivClassName
{
background-color: #BFB063;
}
.BgClassName
{
background-color: #BFB063;
}
</style>
border-color css
<style>
span { border-color: #BFB063; }
span { border-color: rgb(191,176,99); }
td.TdClassName
{
border-color: #BFB063;
}
.TagClassName
{
border-color: #BFB063;
}
</style>