Shades of Dark Khaki #BFB768
Tints of Dark Khaki #BFB768
RGB
CMYK
RGB Variations
Color information
#BFB768 (or 0xBFB768) is known color: Dark Khaki. HEX triplet: BF, B7 and 68. RGB value is (191,183,104). Sum of RGB (Red+Green+Blue) = 191+183+104=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB768 is #404897. Grayscale: #B0B0B0. Windows color (decimal): -4212888 or 6862783. OLE color: 6862783.
HSL color Cylindrical-coordinate representation of color #BFB768: hue angle of 54.48º 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 #BFB768 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 104 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.25 |
| HSL | 54.48º | 0.4% | 0.58% | - |
| HSV(B) | 54.48º | 0.46% | 0.75% | - |
| XYZ | 40.92 | 45.94 | 19.81 | - |
| YUV | 176.39 | 87.15 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 104 | 0 | 0.04 | 0.46 | 0.25 | 54.48 | 0.4 | 0.58 |
| Hex | BF | B7 | 68 | 0 | 4 | 2E | 19 | 36 | 28 | 3A |
| Octal | 277 | 267 | 150 | 0 | 4 | 56 | 31 | 66 | 50 | 72 |
| Binary | 10111111 | 10110111 | 1101000 | 0 | 100 | 101110 | 11001 | 110110 | 101000 | 111010 |
Color Harmonies of #BFB768
Complementary color
Monochromatic Colors of #BFB768
Black with #BFB768
Text Example
Text Example
White with #BFB768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB768; }
p { color: rgb(191,183,104); }
H1.HeaderClassName
{
color: #BFB768;
}
.AnyTagClassName
{
color: #BFB768;
}
</style>
background-color css
<style>
a { background-color: #BFB768; }
a { background-color: rgb(191,183,104); }
div.DivClassName
{
background-color: #BFB768;
}
.BgClassName
{
background-color: #BFB768;
}
</style>
border-color css
<style>
span { border-color: #BFB768; }
span { border-color: rgb(191,183,104); }
td.TdClassName
{
border-color: #BFB768;
}
.TagClassName
{
border-color: #BFB768;
}
</style>