Shades of Gimblet #BFAD68
Tints of Gimblet #BFAD68
RGB
CMYK
RGB Variations
Color information
#BFAD68 (or 0xBFAD68) is known color: Gimblet. HEX triplet: BF, AD and 68. RGB value is (191,173,104). Sum of RGB (Red+Green+Blue) = 191+173+104=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAD68 is #405297. Grayscale: #AAAAAA. Windows color (decimal): -4215448 or 6860223. OLE color: 6860223.
HSL color Cylindrical-coordinate representation of color #BFAD68: hue angle of 47.59º 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 #BFAD68 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 104 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.25 |
| HSL | 47.59º | 0.4% | 0.58% | - |
| HSV(B) | 47.59º | 0.46% | 0.75% | - |
| XYZ | 38.93 | 41.96 | 19.14 | - |
| YUV | 170.52 | 90.46 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 104 | 0 | 0.09 | 0.46 | 0.25 | 47.59 | 0.4 | 0.58 |
| Hex | BF | AD | 68 | 0 | 9 | 2E | 19 | 30 | 28 | 3A |
| Octal | 277 | 255 | 150 | 0 | 11 | 56 | 31 | 60 | 50 | 72 |
| Binary | 10111111 | 10101101 | 1101000 | 0 | 1001 | 101110 | 11001 | 110000 | 101000 | 111010 |
Color Harmonies of #BFAD68
Complementary color
Monochromatic Colors of #BFAD68
Black with #BFAD68
Text Example
Text Example
White with #BFAD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD68; }
p { color: rgb(191,173,104); }
H1.HeaderClassName
{
color: #BFAD68;
}
.AnyTagClassName
{
color: #BFAD68;
}
</style>
background-color css
<style>
a { background-color: #BFAD68; }
a { background-color: rgb(191,173,104); }
div.DivClassName
{
background-color: #BFAD68;
}
.BgClassName
{
background-color: #BFAD68;
}
</style>
border-color css
<style>
span { border-color: #BFAD68; }
span { border-color: rgb(191,173,104); }
td.TdClassName
{
border-color: #BFAD68;
}
.TagClassName
{
border-color: #BFAD68;
}
</style>