Shades of Gimblet #BFAF68
Tints of Gimblet #BFAF68
RGB
CMYK
RGB Variations
Color information
#BFAF68 (or 0xBFAF68) is known color: Gimblet. HEX triplet: BF, AF and 68. RGB value is (191,175,104). Sum of RGB (Red+Green+Blue) = 191+175+104=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF68 is #405097. Grayscale: #ABABAB. Windows color (decimal): -4214936 or 6860735. OLE color: 6860735.
HSL color Cylindrical-coordinate representation of color #BFAF68: hue angle of 48.97º 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 #BFAF68 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 175 | 104 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.25 |
| HSL | 48.97º | 0.4% | 0.58% | - |
| HSV(B) | 48.97º | 0.46% | 0.75% | - |
| XYZ | 39.31 | 42.74 | 19.27 | - |
| YUV | 171.69 | 89.8 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 104 | 0 | 0.08 | 0.46 | 0.25 | 48.97 | 0.4 | 0.58 |
| Hex | BF | AF | 68 | 0 | 8 | 2E | 19 | 31 | 28 | 3A |
| Octal | 277 | 257 | 150 | 0 | 10 | 56 | 31 | 61 | 50 | 72 |
| Binary | 10111111 | 10101111 | 1101000 | 0 | 1000 | 101110 | 11001 | 110001 | 101000 | 111010 |
Color Harmonies of #BFAF68
Complementary color
Monochromatic Colors of #BFAF68
Black with #BFAF68
Text Example
Text Example
White with #BFAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAF68; }
p { color: rgb(191,175,104); }
H1.HeaderClassName
{
color: #BFAF68;
}
.AnyTagClassName
{
color: #BFAF68;
}
</style>
background-color css
<style>
a { background-color: #BFAF68; }
a { background-color: rgb(191,175,104); }
div.DivClassName
{
background-color: #BFAF68;
}
.BgClassName
{
background-color: #BFAF68;
}
</style>
border-color css
<style>
span { border-color: #BFAF68; }
span { border-color: rgb(191,175,104); }
td.TdClassName
{
border-color: #BFAF68;
}
.TagClassName
{
border-color: #BFAF68;
}
</style>