Shades of Dark Khaki #BFB766
Tints of Dark Khaki #BFB766
RGB
CMYK
RGB Variations
Color information
#BFB766 (or 0xBFB766) is known color: Dark Khaki. HEX triplet: BF, B7 and 66. RGB value is (191,183,102). Sum of RGB (Red+Green+Blue) = 191+183+102=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB766 is #404899. Grayscale: #B0B0B0. Windows color (decimal): -4212890 or 6731711. OLE color: 6731711.
HSL color Cylindrical-coordinate representation of color #BFB766: hue angle of 54.61º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFB766 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 102 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.25 |
| HSL | 54.61º | 0.41% | 0.57% | - |
| HSV(B) | 54.61º | 0.47% | 0.75% | - |
| XYZ | 40.82 | 45.9 | 19.28 | - |
| YUV | 176.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 102 | 0 | 0.04 | 0.47 | 0.25 | 54.61 | 0.41 | 0.57 |
| Hex | BF | B7 | 66 | 0 | 4 | 2F | 19 | 37 | 29 | 39 |
| Octal | 277 | 267 | 146 | 0 | 4 | 57 | 31 | 67 | 51 | 71 |
| Binary | 10111111 | 10110111 | 1100110 | 0 | 100 | 101111 | 11001 | 110111 | 101001 | 111001 |
Color Harmonies of #BFB766
Complementary color
Monochromatic Colors of #BFB766
Black with #BFB766
Text Example
Text Example
White with #BFB766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB766; }
p { color: rgb(191,183,102); }
H1.HeaderClassName
{
color: #BFB766;
}
.AnyTagClassName
{
color: #BFB766;
}
</style>
background-color css
<style>
a { background-color: #BFB766; }
a { background-color: rgb(191,183,102); }
div.DivClassName
{
background-color: #BFB766;
}
.BgClassName
{
background-color: #BFB766;
}
</style>
border-color css
<style>
span { border-color: #BFB766; }
span { border-color: rgb(191,183,102); }
td.TdClassName
{
border-color: #BFB766;
}
.TagClassName
{
border-color: #BFB766;
}
</style>