Shades of Dark Khaki #BFB968
Tints of Dark Khaki #BFB968
RGB
CMYK
RGB Variations
Color information
#BFB968 (or 0xBFB968) is known color: Dark Khaki. HEX triplet: BF, B9 and 68. RGB value is (191,185,104). Sum of RGB (Red+Green+Blue) = 191+185+104=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB968 is #404697. Grayscale: #B1B1B1. Windows color (decimal): -4212376 or 6863295. OLE color: 6863295.
HSL color Cylindrical-coordinate representation of color #BFB968: hue angle of 55.86º 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 #BFB968 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 104 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.25 |
| HSL | 55.86º | 0.4% | 0.58% | - |
| HSV(B) | 55.86º | 0.46% | 0.75% | - |
| XYZ | 41.33 | 46.77 | 19.95 | - |
| YUV | 177.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 104 | 0 | 0.03 | 0.46 | 0.25 | 55.86 | 0.4 | 0.58 |
| Hex | BF | B9 | 68 | 0 | 3 | 2E | 19 | 38 | 28 | 3A |
| Octal | 277 | 271 | 150 | 0 | 3 | 56 | 31 | 70 | 50 | 72 |
| Binary | 10111111 | 10111001 | 1101000 | 0 | 11 | 101110 | 11001 | 111000 | 101000 | 111010 |
Color Harmonies of #BFB968
Complementary color
Monochromatic Colors of #BFB968
Black with #BFB968
Text Example
Text Example
White with #BFB968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB968; }
p { color: rgb(191,185,104); }
H1.HeaderClassName
{
color: #BFB968;
}
.AnyTagClassName
{
color: #BFB968;
}
</style>
background-color css
<style>
a { background-color: #BFB968; }
a { background-color: rgb(191,185,104); }
div.DivClassName
{
background-color: #BFB968;
}
.BgClassName
{
background-color: #BFB968;
}
</style>
border-color css
<style>
span { border-color: #BFB968; }
span { border-color: rgb(191,185,104); }
td.TdClassName
{
border-color: #BFB968;
}
.TagClassName
{
border-color: #BFB968;
}
</style>