Shades of Dark Khaki #BFBA69
Tints of Dark Khaki #BFBA69
RGB
CMYK
RGB Variations
Color information
#BFBA69 (or 0xBFBA69) is known color: Dark Khaki. HEX triplet: BF, BA and 69. RGB value is (191,186,105). Sum of RGB (Red+Green+Blue) = 191+186+105=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA69 is #404596. Grayscale: #B2B2B2. Windows color (decimal): -4212119 or 6929087. OLE color: 6929087.
HSL color Cylindrical-coordinate representation of color #BFBA69: hue angle of 56.51º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFBA69 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 105 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.25 |
| HSL | 56.51º | 0.4% | 0.58% | - |
| HSV(B) | 56.51º | 0.45% | 0.75% | - |
| XYZ | 41.59 | 47.21 | 20.29 | - |
| YUV | 178.26 | 86.66 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 105 | 0 | 0.03 | 0.45 | 0.25 | 56.51 | 0.4 | 0.58 |
| Hex | BF | BA | 69 | 0 | 3 | 2D | 19 | 39 | 28 | 3A |
| Octal | 277 | 272 | 151 | 0 | 3 | 55 | 31 | 71 | 50 | 72 |
| Binary | 10111111 | 10111010 | 1101001 | 0 | 11 | 101101 | 11001 | 111001 | 101000 | 111010 |
Color Harmonies of #BFBA69
Complementary color
Monochromatic Colors of #BFBA69
Black with #BFBA69
Text Example
Text Example
White with #BFBA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA69; }
p { color: rgb(191,186,105); }
H1.HeaderClassName
{
color: #BFBA69;
}
.AnyTagClassName
{
color: #BFBA69;
}
</style>
background-color css
<style>
a { background-color: #BFBA69; }
a { background-color: rgb(191,186,105); }
div.DivClassName
{
background-color: #BFBA69;
}
.BgClassName
{
background-color: #BFBA69;
}
</style>
border-color css
<style>
span { border-color: #BFBA69; }
span { border-color: rgb(191,186,105); }
td.TdClassName
{
border-color: #BFBA69;
}
.TagClassName
{
border-color: #BFBA69;
}
</style>