Shades of Gimblet #BFB45D
Tints of Gimblet #BFB45D
RGB
CMYK
RGB Variations
Color information
#BFB45D (or 0xBFB45D) is known color: Gimblet. HEX triplet: BF, B4 and 5D. RGB value is (191,180,93). Sum of RGB (Red+Green+Blue) = 191+180+93=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB45D is #404BA2. Grayscale: #ADADAD. Windows color (decimal): -4213667 or 6141119. OLE color: 6141119.
HSL color Cylindrical-coordinate representation of color #BFB45D: hue angle of 53.27º 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 #BFB45D is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 93 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.25 |
| HSL | 53.27º | 0.43% | 0.56% | - |
| HSV(B) | 53.27º | 0.51% | 0.75% | - |
| XYZ | 39.78 | 44.51 | 16.85 | - |
| YUV | 173.37 | 82.64 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 93 | 0 | 0.06 | 0.51 | 0.25 | 53.27 | 0.43 | 0.56 |
| Hex | BF | B4 | 5D | 0 | 6 | 33 | 19 | 35 | 2B | 38 |
| Octal | 277 | 264 | 135 | 0 | 6 | 63 | 31 | 65 | 53 | 70 |
| Binary | 10111111 | 10110100 | 1011101 | 0 | 110 | 110011 | 11001 | 110101 | 101011 | 111000 |
Color Harmonies of #BFB45D
Complementary color
Monochromatic Colors of #BFB45D
Black with #BFB45D
Text Example
Text Example
White with #BFB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB45D; }
p { color: rgb(191,180,93); }
H1.HeaderClassName
{
color: #BFB45D;
}
.AnyTagClassName
{
color: #BFB45D;
}
</style>
background-color css
<style>
a { background-color: #BFB45D; }
a { background-color: rgb(191,180,93); }
div.DivClassName
{
background-color: #BFB45D;
}
.BgClassName
{
background-color: #BFB45D;
}
</style>
border-color css
<style>
span { border-color: #BFB45D; }
span { border-color: rgb(191,180,93); }
td.TdClassName
{
border-color: #BFB45D;
}
.TagClassName
{
border-color: #BFB45D;
}
</style>