Shades of Gimblet #BFB263
Tints of Gimblet #BFB263
RGB
CMYK
RGB Variations
Color information
#BFB263 (or 0xBFB263) is known color: Gimblet. HEX triplet: BF, B2 and 63. RGB value is (191,178,99). Sum of RGB (Red+Green+Blue) = 191+178+99=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB263 is #404D9C. Grayscale: #ADADAD. Windows color (decimal): -4214173 or 6533823. OLE color: 6533823.
HSL color Cylindrical-coordinate representation of color #BFB263: hue angle of 51.52º 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 #BFB263 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 99 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.25 |
| HSL | 51.52º | 0.42% | 0.57% | - |
| HSV(B) | 51.52º | 0.48% | 0.75% | - |
| XYZ | 39.66 | 43.82 | 18.17 | - |
| YUV | 172.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 99 | 0 | 0.07 | 0.48 | 0.25 | 51.52 | 0.42 | 0.57 |
| Hex | BF | B2 | 63 | 0 | 7 | 30 | 19 | 34 | 2A | 39 |
| Octal | 277 | 262 | 143 | 0 | 7 | 60 | 31 | 64 | 52 | 71 |
| Binary | 10111111 | 10110010 | 1100011 | 0 | 111 | 110000 | 11001 | 110100 | 101010 | 111001 |
Color Harmonies of #BFB263
Complementary color
Monochromatic Colors of #BFB263
Black with #BFB263
Text Example
Text Example
White with #BFB263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB263; }
p { color: rgb(191,178,99); }
H1.HeaderClassName
{
color: #BFB263;
}
.AnyTagClassName
{
color: #BFB263;
}
</style>
background-color css
<style>
a { background-color: #BFB263; }
a { background-color: rgb(191,178,99); }
div.DivClassName
{
background-color: #BFB263;
}
.BgClassName
{
background-color: #BFB263;
}
</style>
border-color css
<style>
span { border-color: #BFB263; }
span { border-color: rgb(191,178,99); }
td.TdClassName
{
border-color: #BFB263;
}
.TagClassName
{
border-color: #BFB263;
}
</style>