Shades of Gimblet #BFB062
Tints of Gimblet #BFB062
RGB
CMYK
RGB Variations
Color information
#BFB062 (or 0xBFB062) is known color: Gimblet. HEX triplet: BF, B0 and 62. RGB value is (191,176,98). Sum of RGB (Red+Green+Blue) = 191+176+98=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB062 is #404F9D. Grayscale: #ABABAB. Windows color (decimal): -4214686 or 6467775. OLE color: 6467775.
HSL color Cylindrical-coordinate representation of color #BFB062: hue angle of 50.32º 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 #BFB062 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 98 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.25 |
| HSL | 50.32º | 0.42% | 0.57% | - |
| HSV(B) | 50.32º | 0.49% | 0.75% | - |
| XYZ | 39.22 | 43.01 | 17.79 | - |
| YUV | 171.59 | 86.47 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 98 | 0 | 0.08 | 0.49 | 0.25 | 50.32 | 0.42 | 0.57 |
| Hex | BF | B0 | 62 | 0 | 8 | 31 | 19 | 32 | 2A | 39 |
| Octal | 277 | 260 | 142 | 0 | 10 | 61 | 31 | 62 | 52 | 71 |
| Binary | 10111111 | 10110000 | 1100010 | 0 | 1000 | 110001 | 11001 | 110010 | 101010 | 111001 |
Color Harmonies of #BFB062
Complementary color
Monochromatic Colors of #BFB062
Black with #BFB062
Text Example
Text Example
White with #BFB062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB062; }
p { color: rgb(191,176,98); }
H1.HeaderClassName
{
color: #BFB062;
}
.AnyTagClassName
{
color: #BFB062;
}
</style>
background-color css
<style>
a { background-color: #BFB062; }
a { background-color: rgb(191,176,98); }
div.DivClassName
{
background-color: #BFB062;
}
.BgClassName
{
background-color: #BFB062;
}
</style>
border-color css
<style>
span { border-color: #BFB062; }
span { border-color: rgb(191,176,98); }
td.TdClassName
{
border-color: #BFB062;
}
.TagClassName
{
border-color: #BFB062;
}
</style>