Shades of Dark Khaki #BFBA64
Tints of Dark Khaki #BFBA64
RGB
CMYK
RGB Variations
Color information
#BFBA64 (or 0xBFBA64) is known color: Dark Khaki. HEX triplet: BF, BA and 64. RGB value is (191,186,100). Sum of RGB (Red+Green+Blue) = 191+186+100=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA64 is #40459B. Grayscale: #B2B2B2. Windows color (decimal): -4212124 or 6601407. OLE color: 6601407.
HSL color Cylindrical-coordinate representation of color #BFBA64: hue angle of 56.7º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFBA64 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 100 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.25 |
| HSL | 56.7º | 0.42% | 0.57% | - |
| HSV(B) | 56.7º | 0.48% | 0.75% | - |
| XYZ | 41.35 | 47.11 | 18.97 | - |
| YUV | 177.69 | 84.16 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 100 | 0 | 0.03 | 0.48 | 0.25 | 56.7 | 0.42 | 0.57 |
| Hex | BF | BA | 64 | 0 | 3 | 30 | 19 | 39 | 2A | 39 |
| Octal | 277 | 272 | 144 | 0 | 3 | 60 | 31 | 71 | 52 | 71 |
| Binary | 10111111 | 10111010 | 1100100 | 0 | 11 | 110000 | 11001 | 111001 | 101010 | 111001 |
Color Harmonies of #BFBA64
Complementary color
Monochromatic Colors of #BFBA64
Black with #BFBA64
Text Example
Text Example
White with #BFBA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA64; }
p { color: rgb(191,186,100); }
H1.HeaderClassName
{
color: #BFBA64;
}
.AnyTagClassName
{
color: #BFBA64;
}
</style>
background-color css
<style>
a { background-color: #BFBA64; }
a { background-color: rgb(191,186,100); }
div.DivClassName
{
background-color: #BFBA64;
}
.BgClassName
{
background-color: #BFBA64;
}
</style>
border-color css
<style>
span { border-color: #BFBA64; }
span { border-color: rgb(191,186,100); }
td.TdClassName
{
border-color: #BFBA64;
}
.TagClassName
{
border-color: #BFBA64;
}
</style>