Shades of Dark Khaki #BFBA74
Tints of Dark Khaki #BFBA74
RGB
CMYK
RGB Variations
Color information
#BFBA74 (or 0xBFBA74) is known color: Dark Khaki. HEX triplet: BF, BA and 74. RGB value is (191,186,116). Sum of RGB (Red+Green+Blue) = 191+186+116=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA74 is #40458B. Grayscale: #B3B3B3. Windows color (decimal): -4212108 or 7649983. OLE color: 7649983.
HSL color Cylindrical-coordinate representation of color #BFBA74: hue angle of 56º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFBA74 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 116 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.25 |
| HSL | 56º | 0.37% | 0.6% | - |
| HSV(B) | 56º | 0.39% | 0.75% | - |
| XYZ | 42.2 | 47.46 | 23.46 | - |
| YUV | 179.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 116 | 0 | 0.03 | 0.39 | 0.25 | 56 | 0.37 | 0.6 |
| Hex | BF | BA | 74 | 0 | 3 | 27 | 19 | 38 | 25 | 3C |
| Octal | 277 | 272 | 164 | 0 | 3 | 47 | 31 | 70 | 45 | 74 |
| Binary | 10111111 | 10111010 | 1110100 | 0 | 11 | 100111 | 11001 | 111000 | 100101 | 111100 |
Color Harmonies of #BFBA74
Complementary color
Monochromatic Colors of #BFBA74
Black with #BFBA74
Text Example
Text Example
White with #BFBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA74; }
p { color: rgb(191,186,116); }
H1.HeaderClassName
{
color: #BFBA74;
}
.AnyTagClassName
{
color: #BFBA74;
}
</style>
background-color css
<style>
a { background-color: #BFBA74; }
a { background-color: rgb(191,186,116); }
div.DivClassName
{
background-color: #BFBA74;
}
.BgClassName
{
background-color: #BFBA74;
}
</style>
border-color css
<style>
span { border-color: #BFBA74; }
span { border-color: rgb(191,186,116); }
td.TdClassName
{
border-color: #BFBA74;
}
.TagClassName
{
border-color: #BFBA74;
}
</style>