Shades of Gimblet #BFB262
Tints of Gimblet #BFB262
RGB
CMYK
RGB Variations
Color information
#BFB262 (or 0xBFB262) is known color: Gimblet. HEX triplet: BF, B2 and 62. RGB value is (191,178,98). Sum of RGB (Red+Green+Blue) = 191+178+98=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB262 is #404D9D. Grayscale: #ADADAD. Windows color (decimal): -4214174 or 6468287. OLE color: 6468287.
HSL color Cylindrical-coordinate representation of color #BFB262: hue angle of 51.61º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFB262 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 98 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.25 |
| HSL | 51.61º | 0.42% | 0.57% | - |
| HSV(B) | 51.61º | 0.49% | 0.75% | - |
| XYZ | 39.61 | 43.8 | 17.92 | - |
| YUV | 172.77 | 85.81 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 98 | 0 | 0.07 | 0.49 | 0.25 | 51.61 | 0.42 | 0.57 |
| Hex | BF | B2 | 62 | 0 | 7 | 31 | 19 | 34 | 2A | 39 |
| Octal | 277 | 262 | 142 | 0 | 7 | 61 | 31 | 64 | 52 | 71 |
| Binary | 10111111 | 10110010 | 1100010 | 0 | 111 | 110001 | 11001 | 110100 | 101010 | 111001 |
Color Harmonies of #BFB262
Complementary color
Monochromatic Colors of #BFB262
Black with #BFB262
Text Example
Text Example
White with #BFB262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB262; }
p { color: rgb(191,178,98); }
H1.HeaderClassName
{
color: #BFB262;
}
.AnyTagClassName
{
color: #BFB262;
}
</style>
background-color css
<style>
a { background-color: #BFB262; }
a { background-color: rgb(191,178,98); }
div.DivClassName
{
background-color: #BFB262;
}
.BgClassName
{
background-color: #BFB262;
}
</style>
border-color css
<style>
span { border-color: #BFB262; }
span { border-color: rgb(191,178,98); }
td.TdClassName
{
border-color: #BFB262;
}
.TagClassName
{
border-color: #BFB262;
}
</style>