Shades of Gimblet #BFAC68
Tints of Gimblet #BFAC68
RGB
CMYK
RGB Variations
Color information
#BFAC68 (or 0xBFAC68) is known color: Gimblet. HEX triplet: BF, AC and 68. RGB value is (191,172,104). Sum of RGB (Red+Green+Blue) = 191+172+104=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC68 is #405397. Grayscale: #AAAAAA. Windows color (decimal): -4215704 or 6859967. OLE color: 6859967.
HSL color Cylindrical-coordinate representation of color #BFAC68: hue angle of 46.9º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFAC68 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 104 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.25 |
| HSL | 46.9º | 0.4% | 0.58% | - |
| HSV(B) | 46.9º | 0.46% | 0.75% | - |
| XYZ | 38.74 | 41.58 | 19.08 | - |
| YUV | 169.93 | 90.79 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 104 | 0 | 0.10 | 0.46 | 0.25 | 46.9 | 0.4 | 0.58 |
| Hex | BF | AC | 68 | 0 | A | 2E | 19 | 2F | 28 | 3A |
| Octal | 277 | 254 | 150 | 0 | 12 | 56 | 31 | 57 | 50 | 72 |
| Binary | 10111111 | 10101100 | 1101000 | 0 | 1010 | 101110 | 11001 | 101111 | 101000 | 111010 |
Color Harmonies of #BFAC68
Complementary color
Monochromatic Colors of #BFAC68
Black with #BFAC68
Text Example
Text Example
White with #BFAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC68; }
p { color: rgb(191,172,104); }
H1.HeaderClassName
{
color: #BFAC68;
}
.AnyTagClassName
{
color: #BFAC68;
}
</style>
background-color css
<style>
a { background-color: #BFAC68; }
a { background-color: rgb(191,172,104); }
div.DivClassName
{
background-color: #BFAC68;
}
.BgClassName
{
background-color: #BFAC68;
}
</style>
border-color css
<style>
span { border-color: #BFAC68; }
span { border-color: rgb(191,172,104); }
td.TdClassName
{
border-color: #BFAC68;
}
.TagClassName
{
border-color: #BFAC68;
}
</style>