Shades of Gimblet #BFB55C
Tints of Gimblet #BFB55C
RGB
CMYK
RGB Variations
Color information
#BFB55C (or 0xBFB55C) is known color: Gimblet. HEX triplet: BF, B5 and 5C. RGB value is (191,181,92). Sum of RGB (Red+Green+Blue) = 191+181+92=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB55C is #404AA3. Grayscale: #AEAEAE. Windows color (decimal): -4213412 or 6075839. OLE color: 6075839.
HSL color Cylindrical-coordinate representation of color #BFB55C: hue angle of 53.94º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFB55C is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 92 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.25 |
| HSL | 53.94º | 0.44% | 0.55% | - |
| HSV(B) | 53.94º | 0.52% | 0.75% | - |
| XYZ | 39.94 | 44.9 | 16.69 | - |
| YUV | 173.84 | 81.81 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 92 | 0 | 0.05 | 0.52 | 0.25 | 53.94 | 0.44 | 0.55 |
| Hex | BF | B5 | 5C | 0 | 5 | 34 | 19 | 36 | 2C | 37 |
| Octal | 277 | 265 | 134 | 0 | 5 | 64 | 31 | 66 | 54 | 67 |
| Binary | 10111111 | 10110101 | 1011100 | 0 | 101 | 110100 | 11001 | 110110 | 101100 | 110111 |
Color Harmonies of #BFB55C
Complementary color
Monochromatic Colors of #BFB55C
Black with #BFB55C
Text Example
Text Example
White with #BFB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB55C; }
p { color: rgb(191,181,92); }
H1.HeaderClassName
{
color: #BFB55C;
}
.AnyTagClassName
{
color: #BFB55C;
}
</style>
background-color css
<style>
a { background-color: #BFB55C; }
a { background-color: rgb(191,181,92); }
div.DivClassName
{
background-color: #BFB55C;
}
.BgClassName
{
background-color: #BFB55C;
}
</style>
border-color css
<style>
span { border-color: #BFB55C; }
span { border-color: rgb(191,181,92); }
td.TdClassName
{
border-color: #BFB55C;
}
.TagClassName
{
border-color: #BFB55C;
}
</style>