Shades of Dark Khaki #BFB668
Tints of Dark Khaki #BFB668
RGB
CMYK
RGB Variations
Color information
#BFB668 (or 0xBFB668) is known color: Dark Khaki. HEX triplet: BF, B6 and 68. RGB value is (191,182,104). Sum of RGB (Red+Green+Blue) = 191+182+104=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB668 is #404997. Grayscale: #B0B0B0. Windows color (decimal): -4213144 or 6862527. OLE color: 6862527.
HSL color Cylindrical-coordinate representation of color #BFB668: hue angle of 53.79º 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 #BFB668 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 104 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.25 |
| HSL | 53.79º | 0.4% | 0.58% | - |
| HSV(B) | 53.79º | 0.46% | 0.75% | - |
| XYZ | 40.71 | 45.53 | 19.74 | - |
| YUV | 175.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 104 | 0 | 0.05 | 0.46 | 0.25 | 53.79 | 0.4 | 0.58 |
| Hex | BF | B6 | 68 | 0 | 5 | 2E | 19 | 36 | 28 | 3A |
| Octal | 277 | 266 | 150 | 0 | 5 | 56 | 31 | 66 | 50 | 72 |
| Binary | 10111111 | 10110110 | 1101000 | 0 | 101 | 101110 | 11001 | 110110 | 101000 | 111010 |
Color Harmonies of #BFB668
Complementary color
Monochromatic Colors of #BFB668
Black with #BFB668
Text Example
Text Example
White with #BFB668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB668; }
p { color: rgb(191,182,104); }
H1.HeaderClassName
{
color: #BFB668;
}
.AnyTagClassName
{
color: #BFB668;
}
</style>
background-color css
<style>
a { background-color: #BFB668; }
a { background-color: rgb(191,182,104); }
div.DivClassName
{
background-color: #BFB668;
}
.BgClassName
{
background-color: #BFB668;
}
</style>
border-color css
<style>
span { border-color: #BFB668; }
span { border-color: rgb(191,182,104); }
td.TdClassName
{
border-color: #BFB668;
}
.TagClassName
{
border-color: #BFB668;
}
</style>