Shades of Gimblet #BFAC5B
Tints of Gimblet #BFAC5B
RGB
CMYK
RGB Variations
Color information
#BFAC5B (or 0xBFAC5B) is known color: Gimblet. HEX triplet: BF, AC and 5B. RGB value is (191,172,91). Sum of RGB (Red+Green+Blue) = 191+172+91=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC5B is #4053A4. Grayscale: #A8A8A8. Windows color (decimal): -4215717 or 6007999. OLE color: 6007999.
HSL color Cylindrical-coordinate representation of color #BFAC5B: hue angle of 48.6º 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 #BFAC5B is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 91 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.25 |
| HSL | 48.6º | 0.44% | 0.55% | - |
| HSV(B) | 48.6º | 0.52% | 0.75% | - |
| XYZ | 38.13 | 41.34 | 15.87 | - |
| YUV | 168.45 | 84.29 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 91 | 0 | 0.10 | 0.52 | 0.25 | 48.6 | 0.44 | 0.55 |
| Hex | BF | AC | 5B | 0 | A | 34 | 19 | 31 | 2C | 37 |
| Octal | 277 | 254 | 133 | 0 | 12 | 64 | 31 | 61 | 54 | 67 |
| Binary | 10111111 | 10101100 | 1011011 | 0 | 1010 | 110100 | 11001 | 110001 | 101100 | 110111 |
Color Harmonies of #BFAC5B
Complementary color
Monochromatic Colors of #BFAC5B
Black with #BFAC5B
Text Example
Text Example
White with #BFAC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC5B; }
p { color: rgb(191,172,91); }
H1.HeaderClassName
{
color: #BFAC5B;
}
.AnyTagClassName
{
color: #BFAC5B;
}
</style>
background-color css
<style>
a { background-color: #BFAC5B; }
a { background-color: rgb(191,172,91); }
div.DivClassName
{
background-color: #BFAC5B;
}
.BgClassName
{
background-color: #BFAC5B;
}
</style>
border-color css
<style>
span { border-color: #BFAC5B; }
span { border-color: rgb(191,172,91); }
td.TdClassName
{
border-color: #BFAC5B;
}
.TagClassName
{
border-color: #BFAC5B;
}
</style>