Shades of Gimblet #BFB25E
Tints of Gimblet #BFB25E
RGB
CMYK
RGB Variations
Color information
#BFB25E (or 0xBFB25E) is known color: Gimblet. HEX triplet: BF, B2 and 5E. RGB value is (191,178,94). Sum of RGB (Red+Green+Blue) = 191+178+94=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB25E is #404DA1. Grayscale: #ACACAC. Windows color (decimal): -4214178 or 6206143. OLE color: 6206143.
HSL color Cylindrical-coordinate representation of color #BFB25E: hue angle of 51.96º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFB25E is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 94 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.25 |
| HSL | 51.96º | 0.43% | 0.56% | - |
| HSV(B) | 51.96º | 0.51% | 0.75% | - |
| XYZ | 39.43 | 43.73 | 16.95 | - |
| YUV | 172.31 | 83.81 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 94 | 0 | 0.07 | 0.51 | 0.25 | 51.96 | 0.43 | 0.56 |
| Hex | BF | B2 | 5E | 0 | 7 | 33 | 19 | 34 | 2B | 38 |
| Octal | 277 | 262 | 136 | 0 | 7 | 63 | 31 | 64 | 53 | 70 |
| Binary | 10111111 | 10110010 | 1011110 | 0 | 111 | 110011 | 11001 | 110100 | 101011 | 111000 |
Color Harmonies of #BFB25E
Complementary color
Monochromatic Colors of #BFB25E
Black with #BFB25E
Text Example
Text Example
White with #BFB25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB25E; }
p { color: rgb(191,178,94); }
H1.HeaderClassName
{
color: #BFB25E;
}
.AnyTagClassName
{
color: #BFB25E;
}
</style>
background-color css
<style>
a { background-color: #BFB25E; }
a { background-color: rgb(191,178,94); }
div.DivClassName
{
background-color: #BFB25E;
}
.BgClassName
{
background-color: #BFB25E;
}
</style>
border-color css
<style>
span { border-color: #BFB25E; }
span { border-color: rgb(191,178,94); }
td.TdClassName
{
border-color: #BFB25E;
}
.TagClassName
{
border-color: #BFB25E;
}
</style>